update renovate config
This commit is contained in:
parent
1ae0ac52cf
commit
e17a4f6856
21
.github/labeler.yml
vendored
21
.github/labeler.yml
vendored
@ -1,21 +0,0 @@
|
||||
docs:
|
||||
- '**/*.md'
|
||||
- '**/*.MD'
|
||||
|
||||
.github:
|
||||
- '.github/**/*'
|
||||
|
||||
CI:
|
||||
- '.github/workflows/**/*'
|
||||
- '.github/actions/**/*'
|
||||
|
||||
docker:
|
||||
- 'Dockerfile'
|
||||
- 'docker/**/*'
|
||||
- '.dockerignore'
|
||||
- 'docker-entrypoint.sh'
|
||||
- '3proxy.cfg'
|
||||
|
||||
dev:
|
||||
- '.gitignore'
|
||||
- '.editorconfig'
|
22
.github/renovate.json
vendored
22
.github/renovate.json
vendored
@ -1,24 +1,18 @@
|
||||
{
|
||||
"labels": [
|
||||
"dependencies"
|
||||
],
|
||||
"assignees": [
|
||||
"tarampampam"
|
||||
],
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"labels": ["dependencies"],
|
||||
"assignees": ["tarampampam"],
|
||||
"enabledManagers": ["dockerfile"],
|
||||
"extends": [
|
||||
"config:base",
|
||||
":disableDependencyDashboard"
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"^Dockerfile$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"
|
||||
],
|
||||
"depNameTemplate": "github.com/z3APA3A/3proxy",
|
||||
"datasourceTemplate": "git-tags"
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": ["ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"],
|
||||
"depNameTemplate": "z3APA3A/3proxy",
|
||||
"datasourceTemplate": "github-tags"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
12
.github/workflows/labeler.yml
vendored
12
.github/workflows/labeler.yml
vendored
@ -1,12 +0,0 @@
|
||||
name: labeler
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/labeler@v4 # Action page: <https://github.com/actions/labeler>
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
sync-labels: true
|
Loading…
x
Reference in New Issue
Block a user