mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
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>
11 lines
205 B
YAML
11 lines
205 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|