Skip to content

Commit

Permalink
Enhancement: Allow dependabot to update GitHub Actions (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Apr 27, 2022
1 parent cbaf8ff commit 3563348
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
- commit-message:
include: "scope"
prefix: "github-actions"
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "github-actions"
schedule:
interval: "daily"

0 comments on commit 3563348

Please sign in to comment.