Skip to content

Commit a02c409

Browse files
authored
Merge pull request #40 from appvia/renovate/configure
chore: Configure Renovate
2 parents 2cb33f1 + 673e67d commit a02c409

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ terraform.rc
2929
# Other
3030
.DS_Store
3131
todo.md
32-
32+
.idea

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:recommended",
5+
":semanticCommitTypeAll(chore)",
6+
"schedule:earlyMondays"
7+
]
8+
}

0 commit comments

Comments
 (0)