From 2eea4a16305808aea4304cc9e868a6f990416ade Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Sat, 29 Apr 2023 21:16:17 -0400 Subject: [PATCH] tweaks --- .github/dependabot.yml | 22 +++++++++++++++++++++- .github/workflows/call-docker-build.yaml | 4 ++++ README.md | 1 - 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9ecf57..80f7f2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,27 @@ +--- +# 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/github/administering-a-repository/configuration-options-for-dependency-updates + version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "daily" + + # Add this section for each directory with a Dockerfile, K8s manifest, or Helm chart + # They must use a semver tag, and Dependabot must be able to access the registry + # You can give it access to private ones: + # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-private-registries + # follow along on a feature request to support multiple directories in one package-ecosystem + # https://github.com/dependabot/dependabot-core/issues/2178 + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + commit-message: + # Prefix all commit messages with "[docker] " + prefix: "[docker] " \ No newline at end of file diff --git a/.github/workflows/call-docker-build.yaml b/.github/workflows/call-docker-build.yaml index b5833e4..ee20141 100644 --- a/.github/workflows/call-docker-build.yaml +++ b/.github/workflows/call-docker-build.yaml @@ -15,6 +15,10 @@ on: paths-ignore: - 'README.md' - '.github/linters/**' + workflow_dispatch: + schedule: + # re-run montly to keep image fresh with upstream base images + - cron: '0 12 15 * *' jobs: call-docker-build: diff --git a/README.md b/README.md index 7d528af..084c69f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # shpod -[![Lint Code Base](https://github.com/BretFisher/shpod/actions/workflows/call-super-linter.yaml/badge.svg)](https://github.com/BretFisher/shpod/actions/workflows/call-super-linter.yaml) [![Docker Build](https://github.com/BretFisher/shpod/actions/workflows/call-docker-build.yaml/badge.svg)](https://github.com/BretFisher/shpod/actions/workflows/call-docker-build.yaml) **TL,DR:** `curl https://k8smastery.com/shpod.sh | sh`