From 95b26a153e7856741db2b2e604bca8700289c61a Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Wed, 8 May 2024 22:35:08 -0400 Subject: [PATCH] chore(deps): batch our updates and update the kong submodule --- .github/dependabot.yml | 19 ++++++++++++++++++- kong | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fcfc31..df32856 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,35 @@ --- -# File is synced from Kong/template-generic and will be overwritten version: 2 updates: - package-ecosystem: docker directory: / schedule: interval: daily + time: "03:00" + groups: + version-updates: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: github-actions directory: / schedule: interval: daily + time: "03:00" + groups: + version-updates: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: gitsubmodule directory: / schedule: interval: daily + time: "03:00" + groups: + version-updates: + applies-to: version-updates + patterns: + - "*" diff --git a/kong b/kong index 85638b5..f02d4ef 160000 --- a/kong +++ b/kong @@ -1 +1 @@ -Subproject commit 85638b5788538a59596c7a90aeb8867a92309dca +Subproject commit f02d4efc35ff821f66deed7a60e27577865a0e9b