Skip to content

Commit

Permalink
Update github-pr-label-checker to latest available version 1.6.13 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleeedwards authored Jan 23, 2024
1 parent 94a045e commit f3bd022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: "/eq-stub"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]
labels:
- "patch"
- "dependencies"
2 changes: 1 addition & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3bd022

Please sign in to comment.