diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2fb3c02b9f..8617b871e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -75,6 +75,21 @@ updates: cooldown: default-days: 14 + - package-ecosystem: "gomod" + directory: "/complement" + open-pull-requests-limit: 1 + groups: + all-go-dependencies: + applies-to: version-updates + patterns: + - "*" + schedule: + interval: "monthly" + time: "08:00" + timezone: "Europe/London" + cooldown: + default-days: 14 + # Note: "docker" is purposefully excluded from this list. # # Our docker containers should be kept up-to-date using container scanning diff --git a/changelog.d/20270.misc b/changelog.d/20270.misc new file mode 100644 index 0000000000..8269e81946 --- /dev/null +++ b/changelog.d/20270.misc @@ -0,0 +1 @@ +Keep in-repo Complement go dependencies up to date with dependabot. \ No newline at end of file