Skip to content

Commit

Permalink
Group dependabot updates for github-actions to create less noise
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Aug 24, 2024
1 parent 66da6c4 commit cd8e15b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
# Enable version updates for actions
- package-ecosystem: 'github-actions'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every week
schedule:
interval: "monthly"
interval: 'monthly'
groups:
all-in-one:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit cd8e15b

Please sign in to comment.