Compare commits
1 Commits
renovate/a
...
cbe02fa93c
Author | SHA1 | Date | |
---|---|---|---|
cbe02fa93c |
@@ -2,7 +2,7 @@ name: renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */8 * * *"
|
||||
- cron: "@daily"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -13,12 +13,11 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.62.1
|
||||
container: ghcr.io/renovatebot/renovate:39.238.2
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
@@ -1,17 +1,11 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"extends": ["config:recommended"],
|
||||
"labels": ["renovate"],
|
||||
"assignees": ["Akumatic"],
|
||||
"configMigration": true,
|
||||
"automergeType": "branch",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": "ghcr.io/renovatebot/renovate",
|
||||
"automerge": true,
|
||||
"ignoreTests": true
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user