feat(security): CSRF protection, session revocation, login rate limiting (#524) #617
@@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "bucket4j-core is manually pinned outside the Spring BOM — track patch auto-merge, minor/major as PRs.",
|
||||||
|
"matchPackageNames": ["com.bucket4j:bucket4j-core"],
|
||||||
|
"groupName": "bucket4j",
|
||||||
|
"automerge": true,
|
||||||
|
"matchUpdateTypes": ["patch"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^@tiptap/"],
|
"matchPackagePatterns": ["^@tiptap/"],
|
||||||
"groupName": "tiptap",
|
"groupName": "tiptap",
|
||||||
|
|||||||
Reference in New Issue
Block a user