From db8638d07bf2a03acae67f26c5de9895bccd65b3 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 10 Nov 2021 13:12:33 +0200 Subject: [PATCH] add dependabot: add Actions CI merge requests automation Dependabot would send merge requests [like these](https://github.com/haskell-nix/hnix-store/pull/169) --- .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..640c30ea --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + + # NOTE: Dependabot official configuration documentation: + # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem + + # Maintain dependencies for internal GitHub Actions CI for pull requests + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"