Skip to content

Commit 43aa859

Browse files
authored
github: Use shared Renovate config (#55)
- [X] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nisync-python/blob/main/CONTRIBUTING.md). ### What does this Pull Request accomplish? Use ni recommended renovate setting from ni/python-renovate-config ### Why should this Pull Request be merged? To align package upgrade configuration provided ### What testing has been done? Run format test as mentioned in CONTRIBUTING.md
1 parent a330a63 commit 43aa859

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/renovate.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"branchPrefix": "users/renovate/",
4-
"extends": [
5-
"config:recommended",
6-
":maintainLockFilesWeekly",
7-
":automergePatch",
8-
"schedule:automergeDaily"
9-
]
10-
}
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>ni/python-renovate-config:recommended"
5+
]
6+
}

0 commit comments

Comments
 (0)