update renovate config

This commit is contained in:
Paramtamtam 2022-06-10 11:21:48 +04:00
parent 1ae0ac52cf
commit e17a4f6856
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
3 changed files with 8 additions and 47 deletions

21
.github/labeler.yml vendored
View File

@ -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
View File

@ -1,24 +1,18 @@
{ {
"labels": [ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencies" "labels": ["dependencies"],
], "assignees": ["tarampampam"],
"assignees": [ "enabledManagers": ["dockerfile"],
"tarampampam"
],
"extends": [ "extends": [
"config:base", "config:base",
":disableDependencyDashboard" ":disableDependencyDashboard"
], ],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": ["^Dockerfile$"],
"^Dockerfile$" "matchStrings": ["ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"],
], "depNameTemplate": "z3APA3A/3proxy",
"matchStrings": [ "datasourceTemplate": "github-tags"
"ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"
],
"depNameTemplate": "github.com/z3APA3A/3proxy",
"datasourceTemplate": "git-tags"
} }
] ]
} }

View File

@ -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