install-nix-action/.github/dependabot.yml
Victor Engmark 0df6e96f38 refactor: Format files using Prettier
Actual command: `nix-shell --packages nodePackages.prettier --pure --run
'prettier --write .'`.
2023-06-06 09:31:21 +12:00

12 lines
251 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "00:00"
timezone: UTC
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"