Skip to content

Commit 9142fd7

Browse files
committed
Switch from Dependabot to Renovate
1 parent 036fb24 commit 9142fd7

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Project
22
on:
33
push:
4-
branches-ignore: [ dependabot/** ]
4+
branches-ignore: [ renovate/** ]
55
pull_request_target:
66
branches: [ main ]
77
env:

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
]
6+
}

0 commit comments

Comments
 (0)