From: John Losito Date: Fri, 23 Oct 2020 21:06:13 +0000 (-0400) Subject: Allow dependabot to check GitHub actions monthly (GH-22787) X-Git-Tag: v3.10.0a2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=697109bbf3929402b415304dddc386edc54b1b69;p=thirdparty%2FPython%2Fcpython.git Allow dependabot to check GitHub actions monthly (GH-22787) Let Dependabot update GitHub Actions dependency once a month. Here's reference to the dependabot configs. https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000000..8ac6b8c4984d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"