mirror of
https://github.com/go-task/task.git
synced 2025-06-04 23:38:05 +02:00
chore: remove dependabot and put Renovate weekly (#2017)
This commit is contained in:
parent
a2390d0dca
commit
09b11d343b
24
.github/dependabot.yml
vendored
24
.github/dependabot.yml
vendored
@ -1,24 +0,0 @@
|
|||||||
version: 2
|
|
||||||
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: gomod
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: saturday
|
|
||||||
time: '08:00'
|
|
||||||
timezone: America/Sao_Paulo
|
|
||||||
labels:
|
|
||||||
- "area: dependencies"
|
|
||||||
- "lang: go"
|
|
||||||
|
|
||||||
- package-ecosystem: npm
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: saturday
|
|
||||||
time: '08:00'
|
|
||||||
timezone: America/Sao_Paulo
|
|
||||||
labels:
|
|
||||||
- "area: dependencies"
|
|
||||||
- "lang: javascript"
|
|
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@ -3,7 +3,8 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
"group:allNonMajor",
|
"group:allNonMajor",
|
||||||
"schedule:monthly"
|
"schedule:weekly",
|
||||||
|
":semanticCommitTypeAll(chore)"
|
||||||
],
|
],
|
||||||
"mode": "full",
|
"mode": "full",
|
||||||
"reviewers": ["team:developer"],
|
"reviewers": ["team:developer"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user