Skip to content

Commit dbf97fd

Browse files
chore: update .github/dependabot.yml (#136)
Co-authored-by: joshjohanning-repo-settings-sync[bot] <237077283+joshjohanning-repo-settings-sync[bot]@users.noreply.github.com>
1 parent 4989a0f commit dbf97fd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: 'github-actions'
9+
directory: '/'
1010
schedule:
11-
interval: "weekly"
11+
interval: 'weekly'
12+
commit-message:
13+
prefix: 'ci'
14+
groups:
15+
github-actions:
16+
patterns:
17+
- '*'

0 commit comments

Comments
 (0)