Skip to content

Commit 1aea74c

Browse files
authored
build(dependabot): add cooldown for actions and devcontainers (#801)
* build(dependabot): add cooldown for actions and devcontainers * build(dependabot): remove fdawgs scope * build(dependabot): readd npm config * build(dependabot): readd fastify; sort cooldown keys * build(dependabot): readd ignore
1 parent 8691a65 commit 1aea74c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
commit-message:
55
include: scope
66
prefix: build
7+
cooldown:
8+
default-days: 7
9+
include:
10+
- "*"
711
directory: /
812
groups:
913
devcontainers:
@@ -17,8 +21,15 @@ updates:
1721
commit-message:
1822
include: scope
1923
prefix: ci
24+
cooldown:
25+
default-days: 7
26+
include:
27+
- "*"
2028
directory: /
2129
groups:
30+
fdawgs-owned:
31+
patterns:
32+
- "fdawgs/*"
2233
github-owned:
2334
patterns:
2435
- "actions/*"

0 commit comments

Comments
 (0)