Skip to content

Commit

Permalink
Merge pull request #380 from juaml/chore/update-dependabot-action
Browse files Browse the repository at this point in the history
[CI]: Update `dependabot.yml` to support groups
  • Loading branch information
synchon authored Oct 16, 2024
2 parents 429f5f1 + d826a57 commit e1608b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
# Group updates to avoid extra PRs
groups:
# Group name
actions:
patterns:
- "*"
1 change: 1 addition & 0 deletions docs/changes/newsfragments/380.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Dependabot GitHub Action to support groups by `Synchon Mandal`_

0 comments on commit e1608b6

Please sign in to comment.