Skip to content

Commit 2cebd7f

Browse files
authored
Merge pull request #114 from ocefpaf/add_dependabot
add dependabot.yml
2 parents 3590d33 + fee4118 commit 2cebd7f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"
10+
labels:
11+
- "Bot"
12+
groups:
13+
github-actions:
14+
patterns:
15+
- '*'

0 commit comments

Comments
 (0)