diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e4251f..18ef73b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,12 @@ updates: interval: "daily" cooldown: default-days: 7 + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + cooldown: + default-days: 7 + ignore: + - dependency-name: "io.papermc.paper:paper-api" diff --git a/pom.xml b/pom.xml index 264374a..cced6a0 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.1