Skip to content

Commit ea9b03c

Browse files
chore(deps): update amannn/action-semantic-pull-request digest to 71b07ef (#914)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Johan Suleiko Allansson <allansson@gmail.com>
1 parent 046b0a8 commit ea9b03c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"packageRules": [
4+
{
5+
// This will get stuck forever in the minimumReleaseAge check because
6+
// its datasource doesn't have a timestamp, so we disable that check.
7+
"matchPackageNames": ["amannn/action-semantic-pull-request"],
8+
"minimumReleaseAge": null
9+
}
10+
]
11+
}

.github/workflows/commit-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Validate PR title
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017
18+
- uses: amannn/action-semantic-pull-request@71b07ef490c9e8ef772f64a62d41545ae5b9ef22
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:

0 commit comments

Comments
 (0)