From 3940c9bd68bdd464edb91ef5739e8982c366217b Mon Sep 17 00:00:00 2001 From: gaming <48131223+TheGamer1002@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:30:06 -0500 Subject: [PATCH] feat(deps): automate gradle dependency upgrading --- .github/dependabot.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5e3ab2d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,37 @@ +# 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: "gradle" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + reviewers: + - "TheGamer1002" + - "BobcatNoah" + - "NyxAlexandra" + commit-message: + prefix: "chore(deps): " + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + reviewers: + - "TheGamer1002" + - "BobcatNoah" + - "NyxAlexandra" + commit-message: + prefix: "chore(deps): " + - package-ecosystem: "gitsubmodule" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + reviewers: + - "TheGamer1002" + - "BobcatNoah" + - "NyxAlexandra" + commit-message: + prefix: "chore(deps): "