Skip to content

Commit

Permalink
Enable monthly dependabot updates for npm and GitHub Actions
Browse files Browse the repository at this point in the history
This should make managing the dependencies in these ecosystems easier.
  • Loading branch information
pradyunsg committed Jan 29, 2024
1 parent 0b5ac8f commit fb5118a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit fb5118a

Please sign in to comment.