Skip to content

Commit ce7e134

Browse files
authored
Update dependabot config and license footer (#199)
1 parent 7027a00 commit ce7e134

File tree

3 files changed

+27
-66
lines changed

3 files changed

+27
-66
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gomod
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
commit-message:
8-
prefix: ""
9-
reviewers:
10-
- hardikdr
11-
- package-ecosystem: github-actions
12-
directory: "/"
13-
schedule:
14-
interval: daily
15-
commit-message:
16-
prefix: ""
17-
reviewers:
18-
- hardikdr
19-
- package-ecosystem: docker
20-
directory: "/"
21-
schedule:
22-
interval: daily
23-
commit-message:
24-
prefix: ""
25-
reviewers:
26-
- hardikdr
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
# Ignore K8 packages as these are done manually
8+
ignore:
9+
- dependency-name: "k8s.io/api"
10+
- dependency-name: "k8s.io/apiextensions-apiserver"
11+
- dependency-name: "k8s.io/apimachinery"
12+
- dependency-name: "k8s.io/apiserver"
13+
- dependency-name: "k8s.io/client-go"
14+
- dependency-name: "k8s.io/component-base"
15+
- dependency-name: "k8s.io/kube-aggregator"
16+
- dependency-name: "k8s.io/kubectl"
17+
- dependency-name: "sigs.k8s.io/controller-runtime"
18+
- package-ecosystem: github-actions
19+
directory: "/"
20+
schedule:
21+
interval: daily
22+
- package-ecosystem: docker
23+
directory: "/"
24+
schedule:
25+
interval: daily

.github/workflows/auto-merge.yaml

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

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,9 @@ Looking ahead, the boot-Operator aims to introduce a range of enhancements to fu
124124

125125
We'd love to get feedback from you. Please report bugs, suggestions or post questions by opening a GitHub issue.
126126

127-
## License
127+
## Licensing
128128

129-
Copyright 2024.
130-
131-
Licensed under the Apache License, Version 2.0 (the "License");
132-
you may not use this file except in compliance with the License.
133-
You may obtain a copy of the License at
134-
135-
http://www.apache.org/licenses/LICENSE-2.0
136-
137-
Unless required by applicable law or agreed to in writing, software
138-
distributed under the License is distributed on an "AS IS" BASIS,
139-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
140-
See the License for the specific language governing permissions and
141-
limitations under the License.
129+
Copyright 2025 SAP SE or an SAP affiliate company and IronCore contributors. Please see our [LICENSE](LICENSE) for
130+
copyright and license information. Detailed information including third-party components and their licensing/copyright
131+
information is available [via the REUSE tool](https://api.reuse.software/info/github.com/ironcore-dev/boot-operator).
142132

0 commit comments

Comments
 (0)