Skip to content

Commit 0216daa

Browse files
ci(dependabot): update all packages weekly (#173)
This PR changes the configuration of dependabot to update all packages weekly. I originally wanted to update only LLVM weekly and everything else daily but I coudln't find out the right way to do this, so I am giving up. I rather only update all packages weekly than having to update LLVM every single day. Signed-off-by: Ingo Müller <[email protected]>
1 parent 75e27f7 commit 0216daa

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
version: 2
22
updates:
3-
# Special handling for LLVM, to avoid too much noise.
4-
- package-ecosystem: "gitsubmodule"
5-
directory: "/third_party/"
6-
schedule:
7-
interval: "weekly"
8-
allow:
9-
- dependency-name: "llvm-project"
10-
11-
# All other git submodules.
123
- package-ecosystem: "gitsubmodule"
134
directory: "/"
145
schedule:
15-
interval: "daily"
16-
ignore:
17-
- dependency-name: "third_party/llvm-project"
6+
interval: "weekly"

0 commit comments

Comments
 (0)