From d50d980d174011ae94256004da3f5dae30f5fed8 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sat, 23 Sep 2023 08:26:44 +0200 Subject: [PATCH] Ignore checkstyle dependency update * ignore the dependency to the main project in dependabot, because we have to do these changes manually * remove quotes, gives better syntax highlighting in VS code * also check the github actions --- .github/dependabot.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cac704873..d28939fc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,13 @@ version: 2 updates: - package-ecosystem: maven - directory: "/" + directory: / schedule: - interval: "weekly" - open-pull-requests-limit: 10 + interval: weekly + ignore: + - dependency-name: com.puppycrawl.tools:checkstyle + # we need to update the main Checkstyle dependency manually + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly