install-nix-action/.github/dependabot.yml
Victor Engmark eb220d5332 refactor: Format files using Prettier
Actual command: `nix-shell --packages nodePackages.prettier --pure --run
'prettier --write .'`.
2023-07-25 12:39:24 +12:00

13 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"