diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9c529a0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: +- package-ecosystem: gradle + directory: "/" + schedule: + interval: daily + time: "09:00" + timezone: America/Sao_Paulo + open-pull-requests-limit: 10 + ignore: + - dependency-name: org.owasp.dependencycheck + versions: + - 6.1.0 + - 6.1.1 + - 6.1.2 + - 6.1.3 + - 6.1.5