From 804bce450f1ce09ab08fe636b40309a049326e11 Mon Sep 17 00:00:00 2001 From: A2 Geek Date: Sat, 4 Jun 2022 20:02:05 -0500 Subject: [PATCH 1/2] 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..4d6bd01 --- /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/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" From 39a9a889ab28557aa0693a921c827568d8dd7122 Mon Sep 17 00:00:00 2001 From: A2 Geek Date: Sat, 4 Jun 2022 20:03:01 -0500 Subject: [PATCH 2/2] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f946d1f..1010a1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Universal AppleCommander version number. Used for: # - Naming JAR file. # - The build will insert this into a file that is read at run time as well. -version=1.8.0 +version=1.9.0-SNAPSHOT # Dependency versions shkVersion=1.2.2