Skip to content

Commit

Permalink
Add github-actions to dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 15, 2022
1 parent 0e3f79e commit c6ba2ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
@@ -1,11 +1,20 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
directory: /
versioning-strategy: increase
schedule:
interval: daily
reviewers:
- perrin4869
assignees:
- perrin4869
- package-ecosystem: github-actions
directory: /
schedule:
# Check for updates to GitHub Actions every weekday
interval: daily
reviewers:
- perrin4869
assignees:
- perrin4869

0 comments on commit c6ba2ad

Please sign in to comment.