diff options
author | 2023-01-03 21:00:30 +0000 | |
---|---|---|
committer | 2023-01-03 21:00:30 +0000 | |
commit | 57cc986636d6de6f9d7b115e090425cf46a01a2d (patch) | |
tree | 913b4496a43d61fafdd1c8da4d69896565a3b639 | |
parent | 4d7aeaf6c48e323509b0cb44446e032e91ac4478 (diff) | |
parent | 7848190fe6d307675e3702e9ef794bdebb948290 (diff) | |
download | rtic-57cc986636d6de6f9d7b115e090425cf46a01a2d.tar.gz rtic-57cc986636d6de6f9d7b115e090425cf46a01a2d.tar.zst rtic-57cc986636d6de6f9d7b115e090425cf46a01a2d.zip |
Merge #675
675: enable GitHub Dependabot r=AfoHT a=rursprung
this ensures that the dependencies are kept up to date. see [the docs][] for further information.
[the docs]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
Co-authored-by: Ralph Ursprung <ralph.ursprung@gmail.com>
-rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d062b443 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" |