diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f19d660..6356eb50 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +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" - package-ecosystem: "github-actions" directory: "/" + labels: + - "skip-changelog" schedule: interval: "monthly"