Add SPDX license headers to workflows and Dependabot config

Added SPDX license headers to the GitHub workflows and the Dependabot configuration file, specifying the license as MIT. Also, minor formatting changes have been made to the dependency review workflow file.
This commit is contained in:
Winni Neessen 2024-03-21 16:35:03 +01:00
parent 7b6edf1c31
commit f0e0b94307
Signed by: wneessen
GPG key ID: 385AC9889632126E
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Winni Neessen <wn@neessen.dev>
#
# SPDX-License-Identifier: MIT
version: 2
updates:
- package-ecosystem: github-actions

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Winni Neessen <wn@neessen.dev>
#
# SPDX-License-Identifier: MIT
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#

View file

@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 Winni Neessen <wn@neessen.dev>
#
# SPDX-License-Identifier: MIT
#
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request,