You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-07 14:41:10 +03:00
Configure Dependabot for updates to production branch deps
Since we already have the Dependabot infrastructure in place for managing dependencies of the project's Go code and GitHub Actions workflows, it makes sense to do the same for the newly introduced Go and Python dependencies as well. This configuration is applied to the `production` branch (using the `target-branch` key), but it must be added to the configuration file in the default branch (`main`) because Dependabot only pays attention to the default branch's configuration file. Reference: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#about-the-dependabotyml-file
This commit is contained in:
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -17,3 +17,17 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "topic: infrastructure"
|
- "topic: infrastructure"
|
||||||
|
- package-ecosystem: gomod
|
||||||
|
target-branch: production
|
||||||
|
directory: /.github/workflows/assets/validate-registry/
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "topic: infrastructure"
|
||||||
|
- package-ecosystem: pip
|
||||||
|
target-branch: production
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "topic: infrastructure"
|
||||||
|
Reference in New Issue
Block a user