From 249bf124146046589aee726142a381576c9fbc41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 05:53:31 +0000 Subject: [PATCH 1/2] Bump worldguard-bukkit from 7.0.3-SNAPSHOT to 7.0.3 Bumps worldguard-bukkit from 7.0.3-SNAPSHOT to 7.0.3. Signed-off-by: dependabot-preview[bot] --- implementation/v7/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementation/v7/pom.xml b/implementation/v7/pom.xml index 7b7db89..c1ee260 100644 --- a/implementation/v7/pom.xml +++ b/implementation/v7/pom.xml @@ -34,7 +34,7 @@ com.sk89q.worldguard worldguard-bukkit - 7.0.3-SNAPSHOT + 7.0.3 provided From b5621beef6ef5d9866a3aad8374f9d892b5a67a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 09:04:10 +0000 Subject: [PATCH 2/2] Create Dependabot config file --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a217b34 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10