From 8c3102ddaa6e3f9e5093e1c45afc7f03a5249409 Mon Sep 17 00:00:00 2001 From: DataM0del <183248792+DataM0del@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:21:28 -0600 Subject: [PATCH] chore: add dependabot config because I want it --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7dcaf20 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# stolen from https://github.com/CCBlueX/LiquidBounce/blob/nextgen/.github/dependabot.yml +version: 2 +updates: + - package-ecosystem: gradle + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 5 \ No newline at end of file