Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
# Root package.json and yarn.lock are the Learn JavaScript dependency authority.
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 10
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ the exact `swagger-ui-dist` development dependency, run `yarn vendor:swagger-ui`
`static/api.html` and `static/swagger-initializer.js` remain Netdata-specific configuration. The
vendor contract also records the title-only local accessibility overlay on its OAuth redirect page.

### Dependency update authority

The root JavaScript dependency authority is `package.json` plus Yarn Classic `yarn.lock`. Do not
add a root `package-lock.json`. The npm lock below `scripts/site-build-gate/` is a separate,
website-owned vendor contract and remains npm-managed. Dependabot watches the root Yarn graph and
GitHub Actions; owner-controlled vendor packages are intentionally excluded from automatic updates.

Root Yarn resolutions are only used for security releases that are compatible with every selected
parent range. Do not use a resolution to bypass an incompatible upstream dependency constraint.

## Ingest and process documentation files

As explained in the [contributing to Netdata Learn](#contributing-to-netdata-learn) section above,
Expand Down
Loading
Loading