From b3b970bf9c0e6c39fa433c57a019a1dbda1d8a6b Mon Sep 17 00:00:00 2001 From: Ian McGinnis <67600557+ian-noaa@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:08:28 -0700 Subject: [PATCH] Propagate MATS CI changes We want to have consistent image retention times. Additionally, assign dependabot CI updates to myself so I know to merge them. --- .github/dependabot.yml | 2 ++ .github/workflows/build.yml | 2 +- .github/workflows/prune-untagged-images.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62acea9c9..625e02acf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,5 @@ updates: pull-request-branch-name: separator: "-" # Use "-" instead of "/" in branch names to avoid issues with docker registries target-branch: "development" # raise PRs for version updates to GHA against the `development` branch + assignees: + - "ian-noaa" \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9a33e8bb..478cabe1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: "Build" +name: "Build METexpress" on: push: branches: [main, development] diff --git a/.github/workflows/prune-untagged-images.yml b/.github/workflows/prune-untagged-images.yml index a205284d5..1c39e3a03 100644 --- a/.github/workflows/prune-untagged-images.yml +++ b/.github/workflows/prune-untagged-images.yml @@ -26,7 +26,7 @@ jobs: uses: snok/container-retention-policy@v2.1.2 with: image-names: metexpress/development/${{ matrix.app }} - cut-off: 1 day ago MST + cut-off: 1 week ago MST account-type: org org-name: dtcenter untagged-only: true