Skip to content

feat: add pre-commit and dependabot #1

feat: add pre-commit and dependabot

feat: add pre-commit and dependabot #1

Workflow file for this run

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
ignore:
# Ignore all patch releases as we can manually
# upgrade if we run into a bug and need a fix.
- dependency-name: "*"
update-types: ["version-update:semver-patch"]