Skip to content

Commit 36eb4ef

Browse files
authored
Merge pull request #102 from hyperspy/dependabot_setting
Change Dependabot update interval to monthly and grouped
2 parents 3072e47 + ba34363 commit 36eb4ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ updates:
88
- package-ecosystem: "github-actions" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
12+
groups:
13+
actions:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)