mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-06 04:40:55 -08:00
ci(dependabot): check for GitHub action updates
We already use Dependabot for cargo updates, use it for GitHub action updates, too. Right now we see warnings every now and then because Node wants another upgrade or some checkout stuff is about to be deprecated. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
committed by
Benjamin Lipp
parent
4ce331d299
commit
c483452a6a
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -4,3 +4,7 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
Reference in New Issue
Block a user