Skip to content

Commit d4a5f0b

Browse files
authored
blast_repo fixes (#3766)
dependabot
1 parent 6e9c1ea commit d4a5f0b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/dependabot.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ updates:
1212
- "type-infra"
1313

1414
# Maintain dependencies for GitHub Actions.
15-
- package-ecosystem: "github-actions"
16-
directory: "/"
15+
- package-ecosystem: github-actions
16+
directory: /
1717
schedule:
18-
interval: "weekly"
18+
interval: monthly
1919
labels:
20-
- "autosubmit"
21-
- "type-infra"
20+
- autosubmit
21+
groups:
22+
github-actions:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)