Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Maintained in https://github.com/coreos/repo-templates
# Do not edit downstream.

# Updates are grouped together by ecosystem in a single PR. An update can be
# removed from a combined update PR via comments to dependabot:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands

version: 2
updates:
- package-ecosystem: "github-actions"
Expand All @@ -9,6 +13,10 @@ updates:
interval: "weekly"
labels: ["skip-notes"]
open-pull-requests-limit: 3
groups:
actions:
patterns:
- "*"
- package-ecosystem: gomod
directory: /
schedule:
Expand All @@ -17,9 +25,6 @@ updates:
labels:
- area/dependencies

# Group all updates together in a single PR. We can remove some
# updates from a combined update PR via comments to dependabot:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands
groups:
build:
patterns:
Expand Down
Loading