diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d4de02..0a0f1c1 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 f55731f..f9e1521 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