Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Jul 7, 2023
1 parent 396d1c7 commit fd59498
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"semanticCommitType": ":arrow_up:",
"semanticCommits": true,
"gitIgnoredAuthors" : [
"gitIgnoredAuthors": [
"41898282+github-actions[bot]@users.noreply.github.com",
"github-actions[bot]@users.noreply.github.com"
],
Expand All @@ -21,7 +21,7 @@
],
"automerge": true,
"automergeType": "pr",
"automergeStrategy" : "squash",
"automergeStrategy": "squash",
"semanticCommitType": ":arrow_up:"
},
{
Expand All @@ -30,23 +30,32 @@
"pin",
"pinDigest"
],
"semanticCommitType": ":pushpin:"
"semanticCommitType": ":pushpin:",
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash"
},
{
"updateTypes": [
"rollback"
],
"semanticCommitType": ":arrow_down:"
"semanticCommitType": ":arrow_down:",
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash"
},
{
"updateTypes": [
"digest",
"bump"
],
"semanticCommitType": ":bookmark:"
"semanticCommitType": ":bookmark:",
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash"
}
],
"ignoreDeps": [
"maven-core"
]
}
}

0 comments on commit fd59498

Please sign in to comment.