Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit f8de67f

Browse files
authored
Modify Dependabot settings in dependabot.yml
Updated Dependabot configuration for GitHub Actions.
1 parent a212f7c commit f8de67f

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
3+
- package-ecosystem: github-actions
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: daily
77
cooldown:
8-
default-days: 7
8+
default-days: 10
99
groups:
10-
all-version-updates:
11-
applies-to: version-updates
10+
github-actions:
1211
patterns:
1312
- "*"
14-
security-by-dep:
15-
applies-to: security-updates
16-
group-by: dependency-name

0 commit comments

Comments
 (0)