Skip to content

Commit 1b3e7ec

Browse files
authored
Add dependabot for GithubActions (#166)
1 parent 746bbd9 commit 1b3e7ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+
version: 2
4+
5+
updates:
6+
-
7+
commit-message:
8+
include: "scope"
9+
prefix: "github-actions"
10+
directory: "/"
11+
labels:
12+
- "dependency"
13+
open-pull-requests-limit: 5
14+
package-ecosystem: "github-actions"
15+
schedule:
16+
interval: "daily"

0 commit comments

Comments
 (0)