Skip to content

Commit

Permalink
chore: e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 4, 2023
1 parent 6aba46a commit 9bfded3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"excludeDepNames": ["npm", "pnpm", "yarn"],
"groupName": "non-major",
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "pinDigest", "lockFileMaintenance", "lockfileUpdate", "rollback", "bump", "replacement"]
},
{
"matchDepTypes": ["dependencies", "peerDependencies", "optionalDependencies"],
"semanticCommitType": "fix"
},
{
"excludeDepTypes": ["dependencies", "peerDependencies", "optionalDependencies"],
"semanticCommitType": "chore"
}
]
}

0 comments on commit 9bfded3

Please sign in to comment.