Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up dependabot for automated Dockerfile updates. #351

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading