Compare commits
8 Commits
5bdc1afe60
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b4c1a26f8 | |||
| 1be07d8ed1 | |||
| 3f2d51015b | |||
| 75ee02da0c | |||
| 653934dc98 | |||
| 85dcbf1aa0 | |||
| b2fc6a58eb | |||
| a80f23a2d1 |
@@ -7,15 +7,21 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
# Serialize runs: the hourly schedule and a push to main can otherwise overlap,
|
||||
# producing duplicate PRs and concurrent writes to Gitea.
|
||||
concurrency:
|
||||
group: renovate
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:43.224.1@sha256:30f9649325c10631acfd483264f857b791b1c291a72abd5bfd75ff73136fc9a8
|
||||
container: ghcr.io/renovatebot/renovate:43.226.1@sha256:0b678d3b80ec23a7bf8c967b7796d9df09c50eac7fa16c7b4fd5761a9f4a7be0
|
||||
steps:
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/lyrathorpe/renovate-config/config.js" # replace it with your config.js path
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
|
||||
RENOVATE_CONFIG_FILE: "/workspace/lyrathorpe/renovate-config/config.js"
|
||||
LOG_LEVEL: "info"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||
|
||||
@@ -8,12 +8,12 @@ module.exports = {
|
||||
"extends": ["config:best-practices"],
|
||||
"schedule": ["* * * * 1-5"],
|
||||
"timezone": "Europe/London",
|
||||
"minimumReleaseAge": "3 days",
|
||||
"labels": ["dependencies"],
|
||||
"assignees": ["lyrathorpe"],
|
||||
"reviewers": ["lyrathorpe"],
|
||||
"prHourlyLimit": 10,
|
||||
"prConcurrentLimit": 50,
|
||||
"branchConcurrentLimit": 5,
|
||||
"prConcurrentLimit": 10,
|
||||
"branchConcurrentLimit": 10,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
@@ -29,6 +29,7 @@ module.exports = {
|
||||
"schedule": ["before 4am on monday"]
|
||||
},
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"schedule": ["at any time"]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user