Skip to content

Commit

Permalink
chore: Extend org-level renovate config (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 16, 2025
1 parent 6526acb commit 0aab230
Showing 1 changed file with 4 additions and 35 deletions.
39 changes: 4 additions & 35 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,8 @@

// https://docs.renovatebot.com/configuration-options/#extends
"extends": [
// https://docs.renovatebot.com/presets-config/#configbase
"config:recommended",

// https://docs.renovatebot.com/presets-default/#enableprecommit
":enablePreCommit",

// https://docs.renovatebot.com/presets-default/#prhourlylimitnone
":prHourlyLimitNone",

// https://docs.renovatebot.com/presets-default/#rebasestaleprs
":rebaseStalePrs",

// https://docs.renovatebot.com/presets-customManagers/#custommanagersgithubactionsversions
"customManagers:githubActionsVersions"
],

// https://docs.renovatebot.com/configuration-options/#labels
"labels": ["dependencies"],

// https://docs.renovatebot.com/configuration-options/#schedule
"schedule": ["before 5am on saturday"],

// https://docs.renovatebot.com/configuration-options/#platformautomerge
"platformAutomerge": true,

// https://docs.renovatebot.com/configuration-options/#lockfilemaintenance
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 5am on saturday"]
},

// https://docs.renovatebot.com/modules/manager/copier
"copier": {
"enabled": false
}
// https://docs.renovatebot.com/config-presets/#grouporganization-level-presets
// https://github.com/reservoir-data/.github/blob/main/.github/renovate.json5
"reservoir-data/.github//.github/renovate.json5"
]
}

0 comments on commit 0aab230

Please sign in to comment.