From feece694f6a3835224387b68f4d21e00f2341325 Mon Sep 17 00:00:00 2001 From: Kirill Sysoev Date: Wed, 11 Sep 2024 19:47:48 +0800 Subject: [PATCH] Adds dependabot configuation --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..657dc21 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Basic set up for three package managers + +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: gomod + directory: "/" + schedule: + interval: "weekly"