diff options
| author | Ralph Ursprung <ralph.ursprung@gmail.com> | 2022-12-28 18:55:20 +0100 |
|---|---|---|
| committer | Ralph Ursprung <ralph.ursprung@gmail.com> | 2022-12-28 18:55:20 +0100 |
| commit | 7848190fe6d307675e3702e9ef794bdebb948290 (patch) | |
| tree | 913b4496a43d61fafdd1c8da4d69896565a3b639 /.github/dependabot.yml | |
| parent | 4d7aeaf6c48e323509b0cb44446e032e91ac4478 (diff) | |
enable GitHub Dependabot
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
Diffstat (limited to '.github/dependabot.yml')
| -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 0000000..d062b44 --- /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" |
