Skip to content

Commit cb54809

Browse files
holgerfriedrichwborn
authored andcommitted
Enable Dependabot
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 6f1f61f commit cb54809

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+

0 commit comments

Comments
 (0)