Skip to content

Commit

Permalink
chore: separate sass-resources-loader into its own PR (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Aug 5, 2021
1 parent 7e5e9fd commit d8863a5
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
{
"extends": [
"@nuxtjs"
"config:base",
":prHourlyLimit4",
":semanticCommitTypeAll(chore)"
],
"meteor": {
"enabled": false
},
"rangeStrategy": "bump",
"npm": {
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
},
"packageRules": [
{
"groupName": "sass-resources-loader",
"matchPackagePatterns": ["sass-resources-loader"],
"matchFiles": ["package.json"],
"matchUpdateTypes": [
"minor",
"patch"
],
"semanticCommitType": "fix"
},
{
"excludePackagePatterns": ["sass-resources-loader"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchFiles": ["package.json"],
"matchUpdateTypes": [
"minor",
"patch"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
}
}
]
}

0 comments on commit d8863a5

Please sign in to comment.