From 678eb88ee79eead85eb5a95c214a6842a1cb1045 Mon Sep 17 00:00:00 2001 From: Topi Miettinen Date: Mon, 13 Dec 2021 14:49:53 +0200 Subject: CI: enable Dependabot for updating SHAs Update GitHub actions with Dependabot: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..30242923d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 2 -- cgit v1.2.3-70-g09d2