Skip to content

Commit

Permalink
build: merge-in renovate dependency
Browse files Browse the repository at this point in the history
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
  • Loading branch information
rostislav-simonik and mightyiam committed Jan 20, 2024
1 parent c459c1a commit 3fab714
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"extends": ["github>standard/renovate-config:renovate.json5"],
"extends": [":automergeMinor"],
"packageRules": [
{
"matchDepTypes": ["action"],
"rangeStrategy": "replace"
},
{
"matchDepTypes": ["devDependencies"],
"rangeStrategy": "pin"
},
{
"matchPackagePrefixes": ["@types/"],
"automerge": true
},
{
"matchPackagePrefixes": ["@commitlint/"],
"groupName": "@commitlint packages"
},
{
"matchPackagePrefixes": ["@typescript-eslint/"],
"groupName": "@typescript-eslint packages"
},
{
"matchDepTypes": ["peerDependencies"],
"enabled": false
Expand Down

0 comments on commit 3fab714

Please sign in to comment.