Skip to content

Commit

Permalink
Set up dependabot for automated Dockerfile updates.
Browse files Browse the repository at this point in the history
This PR adds a `dependabot.yml` config that enables automatic Dockerfile version updates, and adds Dockerfiles for all allowed Docker images.
  • Loading branch information
fniephaus committed Jul 25, 2023
1 parent ca4b4c0 commit eac3b23
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
- package-ecosystem: "docker"
directory: "/tests/tck-build-logic/src/main/resources/allowed-docker-images"
reviewers:
- "matneu"
schedule:
interval: "daily"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM eclipse-mosquitto:2.0.15
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM greenmail/standalone:2.1.0-alpha-1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM mariadb:10.8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM mcr.microsoft.com/mssql/server:2022-RTM-CU2-ubuntu-20.04
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM container-registry.oracle.com/mysql/community-server:8.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM nats:2.9.19
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM nginx:1-alpine-slim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM opengauss/opengauss:3.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM postgres:15-alpine

0 comments on commit eac3b23

Please sign in to comment.