From f8ba8bde69727d6ed13afe7bcad918eee7bbce49 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 13 Mar 2023 01:15:49 +0000 Subject: [PATCH] configure dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..149944362 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Reference: +# - https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot +# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" + labels: + - "🤖 Bot"