From 4d3bca41ef2cba5510bd2bb20fbe153fe3c49156 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 2 Apr 2022 18:05:10 -0400 Subject: [PATCH] [dependabot] Add github actions support / ignore jakarta annotations > 2 --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a6d3404c7..a669f51163 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,8 +16,16 @@ version: 2 updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily - package-ecosystem: maven directory: "/core" schedule: interval: daily open-pull-requests-limit: 10 + ignore: + - dependency-name: jakarta.annotation:jakarta.annotation-api + versions: + - ">= 2.0.0"