Skip to content

Commit

Permalink
chore: Add renovate
Browse files Browse the repository at this point in the history
Added a renovate config file
  • Loading branch information
carstencodes committed Apr 6, 2024
1 parent c217192 commit cd82497
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"addLabels": ["dependencies", "renovatebot"],
"assignees": ["carstencodes"],
"assigneesFromCodeOwners": true,
"automerge": true,
"automergeStrategy": "rebase",
"automergeType": "branch",
"branchPrefix": "renovate/",
"commitBodyTable": true,
"commitMessagePrefix": "chore(deps): ",
"commitMessageSuffix": "Automatically created by mend renovate bot.",
"draftPR": false,
"enabled": true,
"enabledManagers": [
"pep621",
"pyenv",
"github-actions"
],
"ignoreDeps": [],
"osvVulnerabilityAlerts": true,
"platformAutomerge": true,
"pruneBranchAfterAutomerge": true,
"pruneStaleBranches": true,
"rebaseWhen": "behind-base-branch",
"schedule": [
"0 18 * * MON",
"0 18 * * WED",
"0 18 * * FRI"
],
"timezone": "Etc/UTC",
"updateLockFiles": true,
"updateNotScheduled": true
}

0 comments on commit cd82497

Please sign in to comment.