diff options
author | Hop311 <Hop3114@gmail.com> | 2024-11-19 17:36:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 17:36:18 +0100 |
commit | df421c08bd315356f5f0a24efa45541ff4cdade0 (patch) | |
tree | 072c44beee6c565dc25f3e03d8e79c6486437d7f /.github/dependabot.yml | |
parent | 0da99047c2d5f30fa90798a3833134c78910c2ea (diff) | |
parent | 99e88ba7c906cf64197bd674fbe565b49613ae08 (diff) |
Merge pull request #291 from OpenVicProject/dependabot-autopropagate
Use Dependabot to Automatically Update Dependencies
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..db66450 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" |