ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

set target-branch dependabot

Signed-off-by: marshmallow <github@althaea.zone>

authored by

marshmallow and committed by
marshmallow
41fe9829 1387e03b

+3
+3
.github/dependabot.yml
··· 1 1 version: 2 2 2 updates: 3 3 - package-ecosystem: "cargo" 4 + target-branch: develop 4 5 directory: "/" 5 6 schedule: 6 7 interval: "daily" 7 8 - package-ecosystem: "npm" 9 + target-branch: develop 8 10 directory: "doc/" 9 11 schedule: 10 12 interval: "daily" 11 13 - package-ecosystem: "github-actions" 14 + target-branch: develop 12 15 directory: "/" 13 16 schedule: 14 17 interval: "weekly"