Mercurial > p > roundup > code
view .github/dependabot.yml @ 7862:5cf8a7027595
doc: vale fixups; clarifications
clarify modal workflow, move bulk edit workflow from middle of edit
item worflow to after.
Clarify postfix expression use with Link items.
Add rst() and markdown() to stext() and mark stext as depricated
(maybe even this release cycle).
More TAL examples.
Refill some paragraphs to 65 character lines.
Various other fixes pointed out by vale.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 07 Apr 2024 13:55:01 -0400 |
| parents | 93e4ec305ed8 |
| children |
line wrap: on
line source
# To get started with Dependabot version updates, you'll need to # specify which # package ecosystems to update and where the package manifests are # located. # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "pip" directory: "/" # Location of package manifests schedule: interval: "weekly" - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows` directory: "/" schedule: interval: "weekly" # - package-ecosystem: "docker" # directory: "/scripts/Docker" # target-branch: "master" # schedule: # interval: "weekly"
