summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <johnny@jwillemsen.nl>2021-01-15 20:27:49 +0100
committerGitHub <noreply@github.com>2021-01-15 20:27:49 +0100
commitb3f6d22dcb39d125475651b580e9a5805767b6a1 (patch)
tree947c9adbd3b6df78c965aeb8c8945b0090731aa8
parent3ad809773811f7ae3a11cd3dfcb9997afc359d35 (diff)
parent26ce479628e77b68b2596304d14347794f7c7f59 (diff)
downloadMPC-Latest_ACE7TAO3_Major.tar.gz
Merge pull request #124 from DOCGroup/jwillemsen-patch-1ACE+TAO-7_0_0Latest_ACE7TAO3_Major
Add depandabot
-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"