diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2547449..3c0f446 100755 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,10 @@ version: 2 updates: -- package-ecosystem: gradle - directory: "/" - schedule: - interval: daily - time: "11:00" - open-pull-requests-limit: 10 + - package-ecosystem: gradle + directory: "/" + schedule: + interval: daily + time: "11:00" + open-pull-requests-limit: 10 + ignore: + - dependency-name: "io.papermc.paper:paper-api" \ No newline at end of file