Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 3a6738c

Browse files
committed
chore: migrate to renovate
1 parent 0c263e2 commit 3a6738c

File tree

6 files changed

+16
-81
lines changed

6 files changed

+16
-81
lines changed

.github/dependabot.yaml

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

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>Recodive/Configs:renovate-config"],
4+
"automerge": false,
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
8+
"automerge": true
9+
}
10+
]
11+
}

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ concurrency:
44
cancel-in-progress: true
55
on:
66
workflow_run:
7-
workflows: ["CI Dependencies"]
7+
workflows: ["CI"]
88
branches:
99
- main
1010
types:

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
36
jobs:
47
build:
58
name: Build

.github/workflows/dependabot-merge.yml

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

0 commit comments

Comments
 (0)