From 7ff4adf14d2b2f51142257011ee3f6d89c2d3142 Mon Sep 17 00:00:00 2001 From: Matthias Holzinger Date: Wed, 4 Oct 2023 02:36:16 +0200 Subject: [PATCH] add dependabot config --- .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 00000000..536cb03f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10