Skip to content

Commit 5c184be

Browse files
authored
chore(renovate): update renovate config (#217)
1 parent 2e1c292 commit 5c184be

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.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: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"$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-
}
3+
"extends": [
4+
"github>ydataai/renovate-config"
105
]
116
}

0 commit comments

Comments
 (0)