Skip to content

Commit bc7d5f9

Browse files
authored
Merge pull request #1 from OP5dev/chore-configure-dependabot-for-gh-actions
chore: configure dependabot for gh actions
2 parents ec06d98 + 01da2c0 commit bc7d5f9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: github-actions
6+
schedule:
7+
interval: daily
8+
directory: /
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"

0 commit comments

Comments
 (0)