diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..8a340d0 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + cooldown: + default-days: 10 + schedule: + interval: "weekly" + + - package-ecosystem: "nix" + cooldown: + default-days: 10 + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "build"