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"]