Skip to content

Commit 8f4df93

Browse files
authored
add dependabot config (#101)
Signed-off-by: William Woodruff <[email protected]>
1 parent 61f6a50 commit 8f4df93

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)