We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd2c63 commit ee0524fCopy full SHA for ee0524f
2 files changed
‎.github/renovate.json5‎
@@ -9,12 +9,14 @@
9
"pep723"
10
],
11
"lockFileMaintenance": {
12
- "enabled": true
+ "enabled": true,
13
+ "schedule": ["* 9-23 * * 1-6"]
14
},
15
"pep723": {
16
"managerFilePatterns": [
17
"/tool/stubtest\\.py/",
18
"/tool/ufunc\\.py/"
19
]
- }
20
+ },
21
+ "commitMessagePrefix": "👾"
22
}
‎.github/workflows/renovate.yml‎
@@ -4,7 +4,7 @@ permissions:
4
5
on:
6
schedule:
7
- - cron: "0/15 * * * *"
+ - cron: "0 0/1 * * *" # every hour
8
workflow_dispatch:
jobs:
@@ -13,9 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4.2.2
- - uses: renovatebot/github-action@v43.0.5
+ - uses: renovatebot/github-action@v43.0.6
with:
configurationFile: .github/renovate-config.json
token: ${{ secrets.RENOVATE_TOKEN }}
- env:
- LOG_LEVEL: "debug"
0 commit comments