Compare commits

...

2 Commits

Author SHA1 Message Date
f8b33b7763 Add actions/setup-python auto update 2025-11-30 00:37:02 +00:00
f8195e6295 Auto update Github Checkout 2025-11-30 00:34:37 +00:00

View File

@@ -14,6 +14,18 @@
"patch",
"digest"
]
},
{
"description": "Auto merge Github official actions releases",
"matchManagers": [
"github-actions"
],
"matchPackagePatterns": [
"actions/checkout.*",
"actions/setup-python.*"
],
"automerge": true
}
]
}