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

Annotation of /trunk/.github/dependabot.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 616 - (hide annotations)
Thu Aug 29 12:36:37 2024 UTC (7 months ago) by rakinar2
File size: 994 byte(s)
chore: sync with git

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"
22 rakinar2 616 - package-ecosystem: "github-actions"
23     directory: "/"
24     schedule:
25     # Check for updates to GitHub Actions every week
26     interval: "weekly"
27     assignees:
28     - "virtual-designer"
29     commit-message:
30     prefix: "ci"
31     prefix-development: "ci(dev)"
32     labels:
33     - "type:ci"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26