From e80bdfb914c1c1f75dedd466570e85b1e20e6123 Mon Sep 17 00:00:00 2001 From: Gavin Edwards Date: Wed, 17 Jan 2024 15:54:24 +0000 Subject: [PATCH] Update github-pr-label-checker to latest available version 1.6.13 --- .github/dependabot.yml | 3 +++ .github/workflows/check-labels.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e03ccfa..e861e24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "*" + update-types: [ "version-update:semver-patch" ] labels: - "dependencies" - "patch" \ No newline at end of file diff --git a/.github/workflows/check-labels.yml b/.github/workflows/check-labels.yml index 1e5bebb..ce34efc 100644 --- a/.github/workflows/check-labels.yml +++ b/.github/workflows/check-labels.yml @@ -17,7 +17,7 @@ jobs: permissions: pull-requests: read steps: - - uses: docker://onsdigital/github-pr-label-checker:v1.2.7 + - uses: docker://onsdigital/github-pr-label-checker:v1.6.13 with: one_of: breaking change,feature,patch none_of: do not merge,work in progress