summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <johnny@jwillemsen.nl>2021-01-15 20:27:17 +0100
committerGitHub <noreply@github.com>2021-01-15 20:27:17 +0100
commit26ce479628e77b68b2596304d14347794f7c7f59 (patch)
tree947c9adbd3b6df78c965aeb8c8945b0090731aa8 /.github
parent3ad809773811f7ae3a11cd3dfcb9997afc359d35 (diff)
downloadMPC-26ce479628e77b68b2596304d14347794f7c7f59.tar.gz
Add files via upload
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..6077d357
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+# Set update schedule for GitHub Actions
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"