Skip to content

Commit

Permalink
Merge pull request #11 from github/add-dependabot
Browse files Browse the repository at this point in the history
add dependabot config
  • Loading branch information
GrantBirki authored Dec 1, 2023
2 parents e566000 + 4acb1c2 commit 880efff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
groups:
github-actions:
patterns:
- "*"
schedule:
interval: monthly
- package-ecosystem: npm
directory: "/"
groups:
npm-dependencies:
patterns:
- "*"
schedule:
interval: monthly

0 comments on commit 880efff

Please sign in to comment.