Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and natsukium committed Jan 5, 2025
1 parent cc85508 commit fbedf84
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"timezone": "Asia/Tokyo",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 3:00am"]
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
timezone: 'Asia/Tokyo',
lockFileMaintenance: {
enabled: true,
schedule: [
'before 3:00am',
],
},
"automerge": true,
"automergeStrategy": "rebase",
"nix": {
"enabled": true
automerge: true,
automergeStrategy: 'rebase',
nix: {
enabled: true,
},
"configMigration": true
configMigration: true,
}

0 comments on commit fbedf84

Please sign in to comment.