Skip to content

Commit 04863f1

Browse files
renovate[bot]susnux
authored andcommitted
👷 Add renovate.json
1 parent 9169823 commit 04863f1

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/workflows/renovate.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"timezone": "Europe/Berlin",
7+
"rebaseWhen": "conflicted",
8+
"rangeStrategy": "bump",
9+
"commitMessagePrefix": "⬆️",
10+
"platformCommit": "enabled",
11+
"ignoreDeps": [
12+
"node",
13+
"npm"
14+
]
15+
}

.reuse/dep5

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: webpack-plugin-corejs
3-
Upstream-Contact: Ferdinand Thiessen <rpm@fthiessen.de>
3+
Upstream-Contact: Ferdinand Thiessen <opensource@fthiessen.de>
44

55
Files: package-lock.json package.json
6-
Copyright: Ferdinand Thiessen <rpm@fthiessen.de>
6+
Copyright: Ferdinand Thiessen <opensource@fthiessen.de>
77
License: EUPL-1.2
88

99
Files: tsconfig.json .github/renovate.json
10-
Copyright: Ferdinand Thiessen <rpm@fthiessen.de>
10+
Copyright: Ferdinand Thiessen <opensource@fthiessen.de>
1111
License: CC0-1.0

0 commit comments

Comments
 (0)