Skip to content

Commit

Permalink
fix: renovatebot config
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Apr 6, 2024
1 parent 272dccb commit 5c28af1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
automergeType: 'pr',
platformAutomerge: true,
rebaseWhen: 'conflicted',
"timezone": "Europe/Paris",
"schedule": [
timezone: "Europe/Paris",
schedule: [
"before 9pm on friday"
],
prConcurrentLimit: 0,
Expand All @@ -32,7 +32,7 @@
pin: {
automerge: true,
},
pre-commit: {
"pre-commit": {
enabled: true
},
customManagers: [
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Lint and Test Charts
on:
- push
- pull_request
jobs:
lint-test:
Expand Down

0 comments on commit 5c28af1

Please sign in to comment.