Skip to content

Commit

Permalink
chore: Update renovate schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rodent1 committed Aug 26, 2024
1 parent 7b8a102 commit fe076d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"github>rodent1/renovate-config",
"github>rodent1/renovate-config:automerge-github-actions"
"github>rodent1/renovate-config:automerge-github-actions",
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true
lockFileMaintenance: {
enabled: true,
automerge: true,
automergeType: "branch",
ignoreTests: true,
},
nix: {
enabled: true,
},
"nix": {
"enabled": true
}
}
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
default: latest
required: false
schedule:
- cron: "0 * * * *" # Every hour
- cron: "0 2 * * *" # Every night at 0200
push:
branches: ["main"]
paths:
Expand Down

0 comments on commit fe076d4

Please sign in to comment.