Skip to content

Commit 36c2ea7

Browse files
committed
Omit periods from table
The dominant style seems to omit them...
1 parent 222617b commit 36c2ea7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,11 @@ Creates an update config. The following parameters can be passed:
409409
| `directory` | None (required)| The directory of the dependency files. Normally `/` |
410410
| `update-schedule` | None (required)| One of `live`, `daily`, `weekly` or `monthly` |
411411
| `package-manager` | None (required)| One of `bundler`, `composer`, `docker`, `maven`, `npm_and_yarn`, `elm`, `submodules`, `hex`, `cargo`, `gradle`, `nuget`, `dep`, `go_modules`, `pip`, `terraform`, `github_actions` |
412-
| `target-branch` | GitHub default | The branch to create PRs against. |
413-
| `lockfile-only` | false | Ignore updates that are out-of-range of the manifest file. |
414-
| `security-updates-only` | false | Only generate PRs for updates that fix a security vulnerability. |
415-
| `automerge-rule-development-deps` | "never" | One of "never", "security:patch", "semver:patch", "semver:minor", "in_range" or "all". |
416-
| `automerge-rule-runtime-deps` | "never" | One of "never", "security:patch", "semver:patch", "semver:minor", "in_range" or "all". |
412+
| `target-branch` | GitHub default | The branch to create PRs against |
413+
| `lockfile-only` | false | Ignore updates that are out-of-range of the manifest file |
414+
| `security-updates-only` | false | Only generate PRs for updates that fix a security vulnerability |
415+
| `automerge-rule-development-deps` | "never" | One of "never", "security:patch", "semver:patch", "semver:minor", "in_range" or "all" |
416+
| `automerge-rule-runtime-deps` | "never" | One of "never", "security:patch", "semver:patch", "semver:minor", "in_range" or "all" |
417417

418418

419419
### Update an existing Update Config

0 commit comments

Comments
 (0)