Chore: Add dependabot config 18/141818/2 master
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Wed, 13 Aug 2025 18:00:10 +0000 (12:00 -0600)
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Mon, 18 Aug 2025 12:33:57 +0000 (14:33 +0200)
Issue-ID: CIMAN-33
Change-Id: I223260c3e6d6b87bb220c9284e4053e004fca98c
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
.github/dependabot.yml [new file with mode: 0644]
installation/sdnc-web/pom.xml

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..5fe32ab
--- /dev/null
@@ -0,0 +1,15 @@
+---
+# SPDX-FileCopyrightText: 2025 The Linux Foundation
+# SPDX-License-Identifier: Apache-2.0
+
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
index 124f219..b10cab3 100644 (file)
@@ -15,7 +15,7 @@
     <description>Creates SDN Controller WebUI Docker container</description>
 
     <properties>
-        <base.image.repo>docker.io/bitnami/nginx:1.21-debian-10</base.image.repo>
+        <base.image.repo>docker.io/bitnami/nginx:1.25-debian-12</base.image.repo>
         <image.name>onap/sdnc-web-image</image.name>
         <sdnc.project.version>${project.version}</sdnc.project.version>
         <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>