Skip to content

Commit

Permalink
👷 Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and susnux committed Dec 5, 2024
1 parent 9169823 commit 04863f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"timezone": "Europe/Berlin",
"rebaseWhen": "conflicted",
"rangeStrategy": "bump",
"commitMessagePrefix": "⬆️",
"platformCommit": "enabled",
"ignoreDeps": [
"node",
"npm"
]
}
6 changes: 3 additions & 3 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: webpack-plugin-corejs
Upstream-Contact: Ferdinand Thiessen <rpm@fthiessen.de>
Upstream-Contact: Ferdinand Thiessen <opensource@fthiessen.de>

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

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

0 comments on commit 04863f1

Please sign in to comment.