Skip to content

Commit

Permalink
Merge pull request #263 from the-hideout/GrantBirki-patch-1
Browse files Browse the repository at this point in the history
Grouped Dependabot Changes
  • Loading branch information
GrantBirki authored Dec 30, 2023
2 parents 77c41e3 + 73b994a commit d27cef5
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

---
version: 2
updates:
- package-ecosystem: "npm"
- package-ecosystem: github-actions
directory: "/"
groups:
github-actions:
patterns:
- "*"
schedule:
interval: "monthly"

- package-ecosystem: "github-actions"
interval: monthly
- package-ecosystem: npm
directory: "/"
groups:
npm-dependencies:
patterns:
- "*"
schedule:
interval: "monthly"
interval: monthly

0 comments on commit d27cef5

Please sign in to comment.