Skip to content

Commit

Permalink
ci: Add GitHub actions to dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Hesthaven committed Sep 27, 2020
1 parent 386ef3c commit e4d3adc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# NPM maintenance
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # `/` checks in `.github/workflows`
schedule:
interval: "daily"
commit-message:
prefix: "ci"
include: "scope"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "CI:"
prefix: "build:"
include: "scope"

0 comments on commit e4d3adc

Please sign in to comment.