Skip to content

Commit

Permalink
feat: auto-update github actions with dependabot (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed May 16, 2022
1 parent 1223831 commit 87f7926
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"

0 comments on commit 87f7926

Please sign in to comment.