diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..21cbc2a5f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +# Documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: com.thoughtworks.xstream:xstream + versions: + - "> 1.4.12" + - "< 2" +- package-ecosystem: "npm" # For Yarn + directory: "/" + schedule: + interval: "daily" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"