Skip to content

Commit

Permalink
chore: move renovate default config
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Oct 30, 2023
1 parent 5414362 commit d7501c6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 43 deletions.
41 changes: 41 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:weekends",
"group:allNonMajor",
":automergePr",
":semanticCommits",
":autodetectPinVersions",
":combinePatchMinorReleases",
":rebaseStalePrs",
":prConcurrentLimit10",
":prHourlyLimit1",
":updateNotScheduled",
"github>whitesource/merge-confidence:beta"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchUpdateTypes": [
"major"
],
"stabilityDays": 2,
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"prPriority": -1
}
]
}
44 changes: 1 addition & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,6 @@
"name": "@emmanuelgautier/renovate-config",
"version": "1.5.6",
"description": "Shareable config for Renovate",
"renovate-config": {
"default": {
"extends": [
"config:base",
"schedule:weekends",
"group:allNonMajor",
":automergePr",
":semanticCommits",
":autodetectPinVersions",
":combinePatchMinorReleases",
":rebaseStalePrs",
":prConcurrentLimit10",
":prHourlyLimit1",
":updateNotScheduled",
"github>whitesource/merge-confidence:beta"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchUpdateTypes": [
"major"
],
"stabilityDays": 2,
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"prPriority": -1
}
]
}
},
"scripts": {
"test": "renovate-config-validator",
"release": "standard-version && git push --follow-tags && npm publish"
Expand All @@ -58,7 +16,7 @@
"keywords": [
"renovate"
],
"author": "Emmanuel Gautier <git@emmanuelgautier.fr>",
"author": "Emmanuel Gautier <npm@emmanuelgautier.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emmanuelgautier/renovate-config/issues"
Expand Down

0 comments on commit d7501c6

Please sign in to comment.