Skip to content

Commit

Permalink
chore: automerge precommit patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber authored Jun 6, 2024
1 parent 9b5130d commit af485fd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,22 @@
"config:base",
":dependencyDashboard",
":enablePreCommit",
]
],
"packageRules": [
{
"description": ["Auto-merge updates for trusted pre-commit packages"],
"matchDatasources": ["github-tags"],
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["patch"],
"matchPackagePatterns": [
"adrienverge/yamllint",
"charliermarsh/ruff-pre-commit",
"crate-ci/typos",
"igorshubovych/markdownlint-cli",
"sirosen/texthooks",
"zricethezav/gitleaks"
]
},
]
}

0 comments on commit af485fd

Please sign in to comment.