Skip to content

Commit

Permalink
Add github actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 18, 2022
1 parent 60ac49b commit b1ec186
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directory: /
versioning-strategy: increase
schedule:
interval: daily
- package-ecosystem: github-actions
directory: /
schedule:
# Check for updates to GitHub Actions every weekday
interval: daily

0 comments on commit b1ec186

Please sign in to comment.