Skip to content

Commit ed69bee

Browse files
authored
Merge pull request #5 from susnux/renovate/fsfe-reuse-action-5.x
⬆️ Update fsfe/reuse-action action to v5
2 parents 8506f70 + 63cabce commit ed69bee

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"timezone": "Europe/Berlin",
77
"rebaseWhen": "conflicted",
88
"rangeStrategy": "bump",
9-
"commitMessagePrefix": "⬆️",
9+
"commitMessagePrefix": "⬆️ ",
1010
"platformCommit": "enabled",
1111
"ignoreDeps": [
1212
"node",

.github/workflows/reuse.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# SPDX-FileCopyrightText: 2023 Free Software Foundation Europe e.V. <https://fsfe.org>
1+
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

55
name: REUSE Compliance Check
66

7-
on: [push, pull_request]
7+
on: [pull_request]
88

99
jobs:
10-
test:
10+
reuse-compliance-check:
1111
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v3
14-
- name: REUSE Compliance Check
15-
uses: fsfe/reuse-action@v1
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
15+
16+
- name: REUSE Compliance Check
17+
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0

.reuse/dep5

Lines changed: 0 additions & 11 deletions
This file was deleted.

REUSE.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version = 1
2+
SPDX-PackageName = "webpack-plugin-corejs"
3+
SPDX-PackageSupplier = "Ferdinand Thiessen <[email protected]>"
4+
5+
[[annotations]]
6+
path = ["package-lock.json", "package.json"]
7+
precedence = "aggregate"
8+
SPDX-FileCopyrightText = "Ferdinand Thiessen <[email protected]>"
9+
SPDX-License-Identifier = "EUPL-1.2"
10+
11+
[[annotations]]
12+
path = ["tsconfig.json", ".github/renovate.json"]
13+
precedence = "aggregate"
14+
SPDX-FileCopyrightText = "Ferdinand Thiessen <[email protected]>"
15+
SPDX-License-Identifier = "CC0-1.0"

0 commit comments

Comments
 (0)