Skip to content

Commit 28c3d4a

Browse files
authored
Add dependabot ignore for awalsh128/cache-apt-pkgs-action (#8495)
1 parent 8cb30c7 commit 28c3d4a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ updates:
1010
- package-ecosystem: "github-actions"
1111
directory: "/"
1212
schedule:
13-
interval: "weekly"
13+
interval: "weekly"
14+
ignore:
15+
# Versions >1.4.3 interfere with caching done by our own CI script,
16+
# causing the dune binary not to be found anymore.
17+
- dependency-name: "awalsh128/cache-apt-pkgs-action"

0 commit comments

Comments
 (0)