File tree Expand file tree Collapse file tree 4 files changed +25
-19
lines changed Expand file tree Collapse file tree 4 files changed +25
-19
lines changed Original file line number Diff line number Diff line change 6
6
"timezone" : " Europe/Berlin" ,
7
7
"rebaseWhen" : " conflicted" ,
8
8
"rangeStrategy" : " bump" ,
9
- "commitMessagePrefix" : " ⬆️" ,
9
+ "commitMessagePrefix" : " ⬆️ " ,
10
10
"platformCommit" : " enabled" ,
11
11
"ignoreDeps" : [
12
12
" node" ,
Original file line number Diff line number Diff line change 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>
2
2
#
3
3
# SPDX-License-Identifier: CC0-1.0
4
4
5
5
name : REUSE Compliance Check
6
6
7
- on : [push, pull_request]
7
+ on : [pull_request]
8
8
9
9
jobs :
10
- test :
10
+ reuse-compliance-check :
11
11
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments