dependabot: ignore actions/{cache,checkout} v3

The CentOS 7 build requires older GitHub actions, try to make
dependabot ignore these older versions.
pull/10413/head
Jason Ish 2 years ago committed by Victor Julien
parent a87943d9bf
commit c7cb3e92a6

@ -12,3 +12,8 @@ updates:
interval: "daily"
commit-message:
prefix: "github-actions:"
ignore:
- dependency-name: "actions/cache"
versions: ["3.x"]
- dependency-name: "actions/checkout"
versions: ["3.x"]

Loading…
Cancel
Save