Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:10 +08:00
commit baa4ae03a9
5 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "dependabot",
"description": "Commands to interact with Dependabot on GitHub repositories.",
"version": "0.4.1",
"author": {
"name": "Aotokitsuruya"
},
"commands": [
"./commands"
]
}