mirror of
https://github.com/nikoksr/notify.git
synced 2025-04-19 12:12:17 +02:00
ci(deps): remove dependabot and extend renovate config
This commit is contained in:
parent
a41f3f86fa
commit
1f04ae524b
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@ -1,18 +0,0 @@
|
|||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "gomod"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
time: "08:00"
|
|
||||||
labels:
|
|
||||||
- "type/deps"
|
|
||||||
- "automerge"
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
time: "08:00"
|
|
||||||
labels:
|
|
||||||
- "type/deps"
|
|
||||||
- "automerge"
|
|
@ -1,5 +1,13 @@
|
|||||||
{
|
{
|
||||||
|
"assignees": ["nikoksr"],
|
||||||
|
"labels": ["type/deps"],
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user