There was an error while loading. Please reload this page.
2 parents d36ad9d + be8c546 commit 3582eebCopy full SHA for 3582eeb
1 file changed
.github/dependabot.yml
@@ -21,3 +21,16 @@ updates:
21
- github/codeql-action*
22
cooldown:
23
default-days: 7
24
+ - package-ecosystem: gitsubmodule
25
+ directory: /
26
+ schedule:
27
+ interval: weekly
28
+ day: monday
29
+ time: '14:00'
30
+ cooldown:
31
+ default-days: 7
32
+ ignore:
33
+ # libmaxminddb is pinned to release tags and compiled into our wheels.
34
+ # Dependabot moves submodules to the latest commit on the tracked branch
35
+ # when no newer tag exists, which would take us off release tags.
36
+ - dependency-name: extension/libmaxminddb
0 commit comments