Compare commits
No commits in common. "e0a1197a70151b064f714597cb7dd39316177c7c" and "67a76e7f4cc7f7b1834cfe2b6c789c3139934a73" have entirely different histories.
e0a1197a70
...
67a76e7f4c
2 changed files with 24 additions and 38 deletions
|
@ -27,7 +27,3 @@ jobs:
|
||||||
RENOVATE_ENDPOINT: ${{ vars.RENOVATE_ENDPOINT }}
|
RENOVATE_ENDPOINT: ${{ vars.RENOVATE_ENDPOINT }}
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||||
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
|
||||||
RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate@servala.app.codey.ch>"
|
|
||||||
RENOVATE_USERNAME: renovate
|
|
||||||
RENOVATE_ENABLE_PYTHON_TOOL_VERSIONS: true
|
|
||||||
|
|
|
@ -3,50 +3,40 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"hostRules": [
|
|
||||||
{
|
|
||||||
"matchHost": "github.com",
|
|
||||||
"token": "{{ secrets.RENOVATE_GITHUB_TOKEN }}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": [
|
||||||
|
"pip_requirements"
|
||||||
|
],
|
||||||
|
"matchFileNames": [
|
||||||
|
"pyproject.toml",
|
||||||
|
"requirements.txt",
|
||||||
|
"requirements/*.txt"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": [
|
||||||
|
"dockerfile"
|
||||||
|
],
|
||||||
|
"matchFileNames": [
|
||||||
|
"Dockerfile",
|
||||||
|
"**/*.dockerfile",
|
||||||
|
"**/Dockerfile.*"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
"github-actions"
|
"github-actions"
|
||||||
],
|
],
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
".forgejo/workflows/*.yml",
|
".forgejo/workflows/*.yml",
|
||||||
".forgejo/workflows/*.yaml"
|
".forgejo/workflows/*.yaml",
|
||||||
|
".github/workflows/*.yml",
|
||||||
|
".github/workflows/*.yaml"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": [
|
|
||||||
"pep621"
|
|
||||||
],
|
|
||||||
"rangeStrategy": "bump"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": [
|
|
||||||
"python"
|
|
||||||
],
|
|
||||||
"matchManagers": [
|
|
||||||
"dockerfile"
|
|
||||||
],
|
|
||||||
"versioning": "docker"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"python": {
|
|
||||||
"installToolchain": true
|
|
||||||
},
|
|
||||||
"labels": [
|
"labels": [
|
||||||
"dependencies"
|
"dependencies"
|
||||||
],
|
|
||||||
"lockFileMaintenance": {
|
|
||||||
"enabled": true,
|
|
||||||
"schedule": [
|
|
||||||
"before 5am on monday"
|
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"prConcurrentLimit": 5,
|
|
||||||
"branchConcurrentLimit": 10
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue