Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
ci: s/dependabot/renovate/
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Aug 9, 2023
1 parent bbaed46 commit 14ee133
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml

This file was deleted.

48 changes: 48 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:base',
':semanticCommitTypeAll(chore)',
':preserveSemverRanges',
],
repositories: [
'scottames/ublue'
],
automergeStrategy: 'squash',
dependencyDashboard: true,
labels: [
'dependencies'
],
onboarding: false,
onboardingPrTitle: 'chore(deps): onboard with renovate',
platform: "github",
platformAutomerge: true,
pruneStaleBranches: true,
rebaseWhen: 'behind-base-branch',
schedule: 'after 4pm on friday',
semanticCommitScope: 'deps',
semanticCommitType: 'chore',
semanticCommits: 'enabled',
timezone: "America/Los_Angeles",
docker: {
enabled: true,
commitMessageTopic: '⇡ 📦 container {{depName}}'
},
vulnerabilityAlerts: {
enabled: true,
labels: [
'security'
]
},
packageRules: [
{
matchFiles: [
'.github'
],
groupName: 'github-actions',
automerge: true,
commitMessageTopic: '⇡ github actions {{depName}}',
matchUpdateTypes: ['minor', 'patch']
},
]
}

0 comments on commit 14ee133

Please sign in to comment.