Skip to content

Commit 239cc02

Browse files
authored
chore(renovate): update renovate config (#97)
1 parent 674ceb2 commit 239cc02

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: pull request
22

33
on:
4+
push:
5+
branches:
6+
- renovate/**
47
pull_request:
58
branches: [ master ]
69

renovate.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
4-
"packageRules": [
5-
{
6-
"matchManagers": ["github-actions"],
7-
"semanticCommitType": "chore",
8-
"semanticCommitScope": "actions"
9-
}
10-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>ydataai/renovate-config"
5+
]
116
}

0 commit comments

Comments
 (0)