Skip to content

Commit

Permalink
Add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 20, 2025
1 parent d07cce2 commit 632397d
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
extends: [
'config:best-practices',
':rebaseStalePrs',
],
packageRules: [
{
matchPackageNames: [
'hashicorp/terraform',
],
enabled: false,
},
{
matchUpdateTypes: [
'minor',
'patch',
'digest',
],
groupName: 'bump-dependencies',
schedule: [
'after 10pm on Friday',
],
matchPackageNames: [
'*',
],
},
{
matchUpdateTypes: [
'major',
],
groupName: 'all major updates',
schedule: [
'after 10pm on the first day of the month',
],
matchPackageNames: [
'*',
],
},
],
labels: [
'dependencies',
],
osvVulnerabilityAlerts: true,
dependencyDashboardOSVVulnerabilitySummary: 'unresolved',
vulnerabilityAlerts: {
enabled: true,
},
}

0 comments on commit 632397d

Please sign in to comment.