1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-09 13:13:44 +02:00

ci(deps): remove dependabot and extend renovate config

This commit is contained in:
Niko Köser 2021-08-14 00:42:14 +02:00
parent a41f3f86fa
commit 1f04ae524b
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375
2 changed files with 8 additions and 18 deletions

View File

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

View File

@ -1,5 +1,13 @@
{
"assignees": ["nikoksr"],
"labels": ["type/deps"],
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}