Skip to content

Commit

Permalink
Merge branch 'main' into chore/run-propagator-dialyzer-on-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis authored Dec 12, 2023
2 parents 4cf76ee + 8af382e commit 85764b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"packageRules": [
{
"matchDatasources": ["hex"],
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"addLabels": ["skip-changelog"]
}
]
Expand Down

0 comments on commit 85764b2

Please sign in to comment.