Compare commits

...

26 Commits

Author SHA1 Message Date
a8ee22e39e Update default.json
All checks were successful
renovate / renovate (push) Successful in 5m11s
2024-09-09 08:09:06 +02:00
a331a2692f Update .gitea/workflows/run.yml
All checks were successful
renovate / renovate (push) Successful in 2m59s
2024-09-09 00:43:36 +02:00
b521825764 Update default.json
All checks were successful
renovate / renovate (push) Successful in 2m42s
2024-09-08 12:22:12 +02:00
Renovate Bot
010b28b4dd Update ghcr.io/renovatebot/renovate Docker tag to v38
All checks were successful
renovate / renovate (push) Successful in 5m16s
2024-07-26 00:01:28 +00:00
a29531ef7d Update default.json
All checks were successful
renovate / renovate (push) Successful in 3m42s
2024-02-21 23:15:02 +01:00
94b1dc1618 Update default.json
Some checks failed
renovate / renovate (push) Has been cancelled
2024-02-21 23:08:12 +01:00
6134bd4ec0 Update default.json
All checks were successful
renovate / renovate (push) Successful in 3m2s
2024-02-21 23:01:45 +01:00
8d8c4b6bd9 Update .gitea/workflows/run.yml
All checks were successful
renovate / renovate (push) Successful in 2m51s
2024-02-18 08:29:33 +01:00
b35bef4756 Update .gitea/workflows/renovate.yml 2024-02-12 10:35:34 +01:00
0dbc560792 Update .gitea/workflows/renovate.yml 2024-02-08 09:14:29 +01:00
3e8226f728 Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 3m15s
2024-02-05 18:11:00 +01:00
21e7c9ede4 Update default.json
All checks were successful
renovate / renovate (push) Successful in 2m6s
2024-01-18 11:29:31 +01:00
0aa0fc5047 Update .gitea/workflows/renovate.yml
Some checks failed
renovate / renovate (push) Has been cancelled
2024-01-18 11:24:09 +01:00
f8075a2ecf Update default.json 2024-01-18 11:22:22 +01:00
8651522cd3 Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 2m16s
2024-01-02 15:26:46 +01:00
e14baa42ad Update .gitea/workflows/renovate.yml
Some checks failed
renovate / renovate (push) Failing after 1s
2023-12-27 09:08:41 +01:00
1f013e37c8 Update renovate.json
Some checks failed
renovate / renovate (push) Failing after 2m16s
2023-11-26 22:56:00 +01:00
caf53f9cc8 Update default.json
All checks were successful
renovate / renovate (push) Successful in 2m2s
2023-11-25 14:35:43 +01:00
942deaf5e3 Update default.json
All checks were successful
renovate / renovate (push) Successful in 2m6s
2023-11-20 12:49:58 +01:00
a5cb5b2a54 Update config.js 2023-11-20 12:47:08 +01:00
214ffcf72e Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 2m23s
2023-11-17 19:34:06 +01:00
de974aa80a Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 2m58s
2023-11-17 19:31:19 +01:00
27bafed67a Update default.json 2023-11-17 19:30:34 +01:00
247acbfbfc Update .gitea/workflows/renovate.yml 2023-11-17 19:24:07 +01:00
806e744448 Update .gitea/workflows/renovate.yml
All checks were successful
renovate / renovate (push) Successful in 47s
2023-11-17 19:21:59 +01:00
73fc1a6bbd Update default.json 2023-11-17 19:21:41 +01:00
4 changed files with 68 additions and 53 deletions

View File

@@ -1,20 +1,22 @@
name: renovate
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 0' # runs weekly on Sunday at 02:00
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/sora/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true"
RENOVATE_TOKEN: ${{ secrets.GT_TOKEN_FOR_UPDATES }}
name: renovate
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # runs daily at 02:00
push:
branches:
- 'main'
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/sora/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true"
RENOVATE_TOKEN: ${{ secrets.GT_TOKEN_FOR_UPDATES }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

View File

@@ -4,7 +4,7 @@ module.exports = {
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"autodiscoverFilter": ["sora/*"],
"autodiscoverFilter": ["sora/*", "helcel/*", "telebot/*"],
"optimizeForDisabled": true,
"forkProcessing": "disabled",
"dryRun": null,

View File

@@ -1,28 +1,41 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["sora/renovate-config"],
"dependencyDashboard": true,
"_enabledManagers": [ "github-actions" ],
"automerge": true,
"ignoreTests": true,
"packageRules": [
{
"description": "use fix scope for renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"semanticCommitType": "fix"
},
{
"description": "Automerge renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
],
"nix": {
"enabled": true
},
"labels": [
"renovate",
"bot"
]
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["sora/renovate-config"],
"dependencyDashboard": true,
"_enabledManagers": [ "github-actions" ],
"automerge": true,
"ignoreTests": true,
"packageRules": [
{
"description": "use fix scope for renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"semanticCommitType": "fix"
},
{
"description": "Automerge renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true
}
],
"nix": {
"enabled": true
},
"labels": [
"renovate",
"bot"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"every weekend"
]
},
"schedule": [
"every weekday",
"every weekend"
],
"automergeSchedule": [
"every weekend"
]
}

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>sora/renovate-config"
]
}
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"sora/renovate-config"
]
}