Skip to content

Commit ee0524f

Browse files
committed
🤖 renovate config tweaks
1 parent 5cd2c63 commit ee0524f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/renovate.json5‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
"pep723"
1010
],
1111
"lockFileMaintenance": {
12-
"enabled": true
12+
"enabled": true,
13+
"schedule": ["* 9-23 * * 1-6"]
1314
},
1415
"pep723": {
1516
"managerFilePatterns": [
1617
"/tool/stubtest\\.py/",
1718
"/tool/ufunc\\.py/"
1819
]
19-
}
20+
},
21+
"commitMessagePrefix": "👾"
2022
}

‎.github/workflows/renovate.yml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44

55
on:
66
schedule:
7-
- cron: "0/15 * * * *"
7+
- cron: "0 0/1 * * *" # every hour
88
workflow_dispatch:
99

1010
jobs:
@@ -13,9 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4.2.2
1515

16-
- uses: renovatebot/github-action@v43.0.5
16+
- uses: renovatebot/github-action@v43.0.6
1717
with:
1818
configurationFile: .github/renovate-config.json
1919
token: ${{ secrets.RENOVATE_TOKEN }}
20-
env:
21-
LOG_LEVEL: "debug"

0 commit comments

Comments
 (0)