Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
"config:recommended"
'config:recommended',
],
configMigration: true,
prHourlyLimit: 1,
schedule: [ // utc timezone
schedule: [
'after 6am on monday',
],
dockerfile: {
fileMatch: [
'Earthfile',
managerFilePatterns: [
'/Earthfile/',
],
},
labels: [
'renovate',
],
packageRules: [
{
// group packages in the same PR according to data source & update type
matchManagers: [
'npm', 'github-actions',
'npm',
'github-actions',
],
matchUpdateTypes: [
'minor',
'patch',
],
groupName: "{{datasource}} (non-major)",
groupName: '{{datasource}} (non-major)',
addLabels: [
'non-major',
],
},
{
// add major label to major updates
matchManagers: [
'npm', 'github-actions',
'npm',
'github-actions',
],
matchUpdateTypes: [
'major',
Expand Down
Loading