Skip to content

Commit

Permalink
Merge pull request #5 from susnux/renovate/fsfe-reuse-action-5.x
Browse files Browse the repository at this point in the history
⬆️ Update fsfe/reuse-action action to v5
  • Loading branch information
susnux authored Dec 5, 2024
2 parents 8506f70 + 63cabce commit ed69bee
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"timezone": "Europe/Berlin",
"rebaseWhen": "conflicted",
"rangeStrategy": "bump",
"commitMessagePrefix": "⬆️",
"commitMessagePrefix": "⬆️ ",
"platformCommit": "enabled",
"ignoreDeps": [
"node",
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# SPDX-FileCopyrightText: 2023 Free Software Foundation Europe e.V. <https://fsfe.org>
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0

name: REUSE Compliance Check

on: [push, pull_request]
on: [pull_request]

jobs:
test:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: REUSE Compliance Check
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
11 changes: 0 additions & 11 deletions .reuse/dep5

This file was deleted.

15 changes: 15 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version = 1
SPDX-PackageName = "webpack-plugin-corejs"
SPDX-PackageSupplier = "Ferdinand Thiessen <[email protected]>"

[[annotations]]
path = ["package-lock.json", "package.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Ferdinand Thiessen <[email protected]>"
SPDX-License-Identifier = "EUPL-1.2"

[[annotations]]
path = ["tsconfig.json", ".github/renovate.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Ferdinand Thiessen <[email protected]>"
SPDX-License-Identifier = "CC0-1.0"

0 comments on commit ed69bee

Please sign in to comment.