From: Jason Ish Date: Tue, 13 Feb 2024 16:05:02 +0000 (-0600) Subject: dependabot: ignore actions/{cache,checkout} v3 X-Git-Tag: suricata-8.0.0-beta1~1757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7cb3e92a60e73c3ef225282bb46eb25e2db9358;p=thirdparty%2Fsuricata.git dependabot: ignore actions/{cache,checkout} v3 The CentOS 7 build requires older GitHub actions, try to make dependabot ignore these older versions. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b10ccce16c..c063687ed1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"]