]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Allow dependabot to check GitHub actions monthly (GH-22787)
authorJohn Losito <lositojohnj@gmail.com>
Fri, 23 Oct 2020 21:06:13 +0000 (17:06 -0400)
committerGitHub <noreply@github.com>
Fri, 23 Oct 2020 21:06:13 +0000 (14:06 -0700)
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

.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..8ac6b8c
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "monthly"