Apply @dependabot config to repositories ℹ️ https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
@octoherd helps to keep your GitHub repositories in line.
$ npx @stoe/octoherd-script-dependabot-config \
--octoherd-token ghp_000000000000000000000000000000000000 \
--octoherd-repos "stoe/*"
# to authenticate as GitHub App
$ npx @stoe/octoherd-script-dependabot-config \
--octoherd-token ghp_000000000000000000000000000000000000 \
--octoherd-repos "stoe/*"
--app-id 12345 \
--private-key ./private-key.pem
option | type | description |
---|---|---|
--dry-run |
boolean | show what would be done (default false ) |
--app-id |
integer | GitHub App ID (default 0 ) |
--private-key |
string | path to GitHub App .pem file (default '' ) |