Skip to content

Commit

Permalink
add renovatebot as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Oct 13, 2023
1 parent 3e793c1 commit c55c9ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specification/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,21 @@ approval is granted, GDI repositories MUST NOT cut a GA release.
- MUST lock the versions of all build dependencies (e.g. libraries, binaries,
scripts, docker images) or vendor them; **EXCEPTION:** tools that are
available out-of-the-box on the CI runner
- To help keep dependencies up to date, the repo MUST be configured with

Check failure on line 57 in specification/repository.md

View workflow job for this annotation

GitHub Actions / validate-documentation

Trailing spaces

specification/repository.md:57:73 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md009.md
[Dependabot](https://github.com/dependabot/dependabot-core) or [Renovate](https://github.com/apps/renovate).

#### Dependabot:

Check failure on line 60 in specification/repository.md

View workflow job for this annotation

GitHub Actions / validate-documentation

Trailing punctuation in heading

specification/repository.md:60:16 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md026.md

- MUST enable [Dependabot alerts](https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)
- MUST grant access to alerts for the approvers and maintainers teams
- MUST enable [Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)
- MUST configure [Dependabot version updates](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates)

#### Renovate:

Check failure on line 67 in specification/repository.md

View workflow job for this annotation

GitHub Actions / validate-documentation

Trailing punctuation in heading

specification/repository.md:67:14 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md026.md

- MUST add the repo to the [list of Renovatebot repos](https://github.com/organizations/signalfx/settings/installations/41531652).
- MUST add a [Renovate config file](https://docs.renovatebot.com/configuration-options/) to the repo.

Check failure on line 70 in specification/repository.md

View workflow job for this annotation

GitHub Actions / validate-documentation

Line length

specification/repository.md:70:81 MD013/line-length Line length [Expected: 80; Actual: 101] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md013.md

### GitHub Actions

- MUST use [GitHub
Expand Down

0 comments on commit c55c9ea

Please sign in to comment.