Skip to content

Commit 528a06f

Browse files
committed
chore: add .dockerignore and renovate config
1 parent 48baf6d commit 528a06f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/

.github/renovate.json

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

0 commit comments

Comments
 (0)