|
| 1 | +version = 1 |
| 2 | +SPDX-PackageName = "dpservice" |
| 3 | +SPDX-PackageSupplier = "IronCore authors <ospo@sap.com>" |
| 4 | +SPDX-PackageDownloadLocation = "https://github.com/ironcore-dev/dpservice" |
| 5 | + |
| 6 | +[[annotations]] |
| 7 | +path = [ |
| 8 | + ".github/**", |
| 9 | + ".gitignore", |
| 10 | + ".editorconfig", |
| 11 | + "CODEOWNERS", |
| 12 | + "Dockerfile", |
| 13 | + "config/**", |
| 14 | + "hack/**", |
| 15 | + "test/benchmark_test/config_templates/**", |
| 16 | + "*.json", |
| 17 | + "*meson.build", |
| 18 | + "proto/dpdk.proto", |
| 19 | + "proto/health.proto", |
| 20 | + "meson_options.txt", |
| 21 | + "include/dp_version.h.in", |
| 22 | + "cli/dpservice-cli/.gitignore", |
| 23 | + "cli/dpservice-cli/.golangci.yaml", |
| 24 | + "cli/dpservice-cli/.goreleaser.yaml", |
| 25 | + "cli/dpservice-cli/Makefile", |
| 26 | + "cli/dpservice-cli/config/**", |
| 27 | + "cli/dpservice-cli/gen/**", |
| 28 | + "cli/dpservice-cli/go.mod", |
| 29 | + "cli/dpservice-cli/go.sum", |
| 30 | + "cli/dpservice-cli/hack/**", |
| 31 | + "go/dpservice-go/.gitignore", |
| 32 | + "go/dpservice-go/.golangci.yaml", |
| 33 | + "go/dpservice-go/.goreleaser.yaml", |
| 34 | + "go/dpservice-go/Makefile", |
| 35 | + "go/dpservice-go/config/**", |
| 36 | + "go/dpservice-go/gen/**", |
| 37 | + "go/dpservice-go/go.mod", |
| 38 | + "go/dpservice-go/go.sum", |
| 39 | + "go/dpservice-go/hack/**", |
| 40 | + "go/dpservice-go/proto/**", |
| 41 | + "cli/dpservice-exporter/.gitignore", |
| 42 | + "cli/dpservice-exporter/.golangci.yaml", |
| 43 | + "cli/dpservice-exporter/Makefile", |
| 44 | + "cli/dpservice-exporter/CODE_OF_CONDUCT.md", |
| 45 | + "cli/dpservice-exporter/CONTRIBUTING.md", |
| 46 | + "cli/dpservice-exporter/Dockerfile", |
| 47 | + "cli/dpservice-exporter/go.mod", |
| 48 | + "cli/dpservice-exporter/go.sum", |
| 49 | + "cli/dpservice-exporter/hack/**" |
| 50 | +] |
| 51 | +precedence = "aggregate" |
| 52 | +SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors" |
| 53 | +SPDX-License-Identifier = "Apache-2.0" |
| 54 | + |
| 55 | +[[annotations]] |
| 56 | +path = [ |
| 57 | + "docs/**", |
| 58 | + "*README.md", |
| 59 | + "cli/dpservice-cli/docs/**", |
| 60 | + "cli/dpservice-cli/README.md", |
| 61 | + "go/dpservice-go/docs/**", |
| 62 | + "go/dpservice-go/README.md", |
| 63 | + "cli/dpservice-exporter/README.md" |
| 64 | +] |
| 65 | +precedence = "aggregate" |
| 66 | +SPDX-FileCopyrightText = "2023 SAP SE or an SAP affiliate company and IronCore contributors" |
| 67 | +SPDX-License-Identifier = "Apache-2.0" |
0 commit comments