File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 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/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
5+
6+ version : 2
7+
8+ # this would enable querying all packages from our repo first,
9+ # disabled for now as we do not want to use it. Kept for reference.
10+ # registries:
11+ # openhab-jfrog:
12+ # type: "maven-repository"
13+ # url: "https://openhab.jfrog.io/artifactory/libs-all/"
14+
15+ updates :
16+ - package-ecosystem : " github-actions" # See documentation for possible values
17+ directory : " /" # Location of package manifests
18+ schedule :
19+ interval : " weekly"
20+ open-pull-requests-limit : 10
21+ labels :
22+ - dependencies
23+
You can’t perform that action at this time.
0 commit comments