diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0e63376..6356eb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,16 +1,16 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates +--- version: 2 updates: - package-ecosystem: "maven" directory: "/" + labels: + - "dependencies" schedule: interval: "monthly" - ignore: - # Starting with version 10.0, this library requires Java 11 - - dependency-name: "com.puppycrawl.tools:checkstyle" - versions: [">=10.0"] - package-ecosystem: "github-actions" directory: "/" + labels: + - "skip-changelog" schedule: interval: "monthly" diff --git a/pom.xml b/pom.xml index 8c40fcd..fa4cead 100644 --- a/pom.xml +++ b/pom.xml @@ -264,7 +264,7 @@ com.puppycrawl.tools checkstyle - 9.3 + 10.12.3