From 869e132a86f33f86ed294791a40b4c945dab299c Mon Sep 17 00:00:00 2001 From: Gavin Edwards Date: Fri, 19 Jan 2024 10:57:54 +0000 Subject: [PATCH] Update version of label checker and exclude patch updates from Dependabot --- .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 72db62b..ad7e360 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: - "patch" - "dependencies" \ 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