Skip to content

Commit

Permalink
Merge pull request #242 from fluxcd/dependabot-group
Browse files Browse the repository at this point in the history
ci: Group dependabot updates
  • Loading branch information
stefanprodan authored Aug 29, 2023
2 parents 3bac92e + 2db5b15 commit e3bc744
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
labels: ["area/ci", "dependencies"]
groups:
# Group all updates together, so that they are all applied in a single PR.
# Grouped updates are currently in beta and is subject to change.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
ci:
patterns:
- "*"
schedule:
# by default this will be on a monday.
# By default, this will be on a monday.
interval: "weekly"

0 comments on commit e3bc744

Please sign in to comment.