We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d6c18 + 8bfb9be commit bb8c3d2Copy full SHA for bb8c3d2
1 file changed
.github/dependabot.yml
@@ -1,18 +1,24 @@
1
+---
2
version: 2
3
updates:
- - package-ecosystem: pip
4
- directory: /diff-generator/
5
- schedule:
6
- interval: daily
7
- - package-ecosystem: terraform
8
- directories:
9
- - /assets
10
- - /bouncer
11
- - /datagovuk
12
- - /logs
13
- - /mobile-backend
14
- - /service-domain-redirect
15
- - /tld-redirect
16
- - /www
17
18
+- package-ecosystem: pip
+ directory: /diff-generator/
+ schedule:
+ interval: daily
+ cooldown:
+ default-days: 10
+- package-ecosystem: terraform
+ directories:
+ - /assets
+ - /bouncer
+ - /datagovuk
+ - /logs
+ - /mobile-backend
+ - /service-domain-redirect
+ - /tld-redirect
19
+ - /www
20
21
22
23
24
+...
0 commit comments