Skip to content

Commit fa65db0

Browse files
authored
chore(renovate): update renovate config (#31)
1 parent 69955a4 commit fa65db0

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Pull Request
33

44

55
on:
6+
push:
7+
branches:
8+
- renovate/**
69
pull_request:
710
branches:
811
- main

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)