Skip to content

Commit 85baeb8

Browse files
Configure Renovate (#10)
* Add renovate.json * Adjust renovate.json configuration file. * Add PULL_REQUEST_TEMPLATE github file. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: alemoraru <[email protected]>
1 parent 5765d89 commit 85baeb8

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### What changes does this PR introduce?
2+
3+
[//]: # (Please describe the changes this PR introduces and why it should be merged)
4+
[//]: # (Also, provide relevant motivation and context as to what changed to help reviewers understand this PR)
5+
[//]: # (If it fixes an open issue, please link to the issue here)
6+
7+
### Checklist
8+
9+
[//]: # (Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.)
10+
11+
- [ ] Check if the target branch for this PR is correct
12+
- [ ] Update the documentation (if needed)
13+
- [ ] Tests pass on CI (if present)
14+
- [ ] Make sure to squash your commits before merge or upon merging!

.github/renovate.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"prConcurrentLimit": 3,
7+
"labels": ["dependencies"]
8+
}

0 commit comments

Comments
 (0)