We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ad450 commit a0eeda9Copy full SHA for a0eeda9
.github/dependabot.yml
@@ -4,8 +4,19 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ cooldown:
8
+ # Apply 7 day cooldown to avoid updating dependencies right away. This reduces the opportunity window
9
+ # when supply chain is compromised.
10
+ default-days: 7
11
- package-ecosystem: "maven"
12
13
14
interval: "daily"
15
open-pull-requests-limit: 10
16
17
18
+ # when supply chain is compromised. This doesn't apply to the dependencies that we own and release.
19
20
+ exclude:
21
+ - io.airlift:*
22
+ - io.trino:*
0 commit comments