Skip to content

Commit

Permalink
updated example file (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLiffen authored May 9, 2022
1 parent bc338dd commit 22ddf32
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bin/repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"login": "org",
"repos": [
{
"enableDependabot": false,
"enableDependabotUpdates": false,
"enableSecretScanning": false,
"enableCodeScanning": true,
"enablePushProtection": false,
"createIssue": true,
"repo": "org/repo"
}
]
}
]

0 comments on commit 22ddf32

Please sign in to comment.