/[sudobot]/trunk/.github/dependabot.yml
ViewVC logotype

Annotation of /trunk/.github/dependabot.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 694 byte(s)
chore: add trunk
1 rakinar2 575 # To get started with Dependabot version updates, you'll need to specify which
2     # package ecosystems to update and where the package manifests are located.
3     # Please see the documentation for all configuration options:
4     # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5    
6     version: 2
7     updates:
8     - package-ecosystem: "npm" # See documentation for possible values
9     directories:
10     - "/"
11     - "/docs"
12     - "/blazebuild"
13     schedule:
14     interval: "weekly"
15     assignees:
16     - "virtual-designer"
17     commit-message:
18     prefix: "deps"
19     prefix-development: "deps(dev)"
20     labels:
21     - "type:deps"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26