Skip to content

Commit eb07ba7

Browse files
committed
re-enable dependabot with 14-day cooldown
Rename .disabled configs back and add cooldown: default-days: 14
1 parent 910e3d5 commit eb07ba7

2 files changed

Lines changed: 22 additions & 23 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: bazel
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
groups:
8+
bazel-packages:
9+
patterns:
10+
- '*'
11+
cooldown:
12+
default-days: 14
13+
- package-ecosystem: github-actions
14+
directory: /
15+
schedule:
16+
interval: monthly
17+
groups:
18+
gh-actions-packages:
19+
patterns:
20+
- '*'
21+
cooldown:
22+
default-days: 14

.github/dependabot.yml.disabled

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)