Skip to content

Commit

Permalink
ci: add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 24, 2021
1 parent 717d630 commit 453b4f7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 0
schedule:
interval: "weekly"

- package-ecosystem: "gradle"
directory: "/"
open-pull-requests-limit: 0
schedule:
interval: "weekly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 0
schedule:
interval: "weekly"

0 comments on commit 453b4f7

Please sign in to comment.