From eee8de7c2453be732176fc9c47aac29a70b66783 Mon Sep 17 00:00:00 2001 From: DGun Otto Date: Thu, 22 Feb 2024 23:51:46 +0800 Subject: [PATCH 1/3] [ci skip] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f55afd4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" From 683dd8f463337a2c98d870f34fb6751cabd0bc55 Mon Sep 17 00:00:00 2001 From: DGun Otto Date: Thu, 22 Feb 2024 23:54:04 +0800 Subject: [PATCH 2/3] [ci skip] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f55afd4..4b37d96 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "maven" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" From ba81091ce8ab7595dffff0156167ecb66f0650bc Mon Sep 17 00:00:00 2001 From: DGun Otto Date: Fri, 23 Feb 2024 00:01:27 +0800 Subject: [PATCH 3/3] [ci skip] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4b37d96..26b9e08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + ignore: + - dependency-name: "com.comphenix.protocol:ProtocolLib" + versions: ">=4.8.0" +