Skip to content

Commit a424bff

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 83a50b6 commit a424bff

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
# Python (pip)
4+
- package-ecosystem: pip
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
target-branch: "integration"
9+
10+
#Github Actions
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "monthly"
15+
target-branch: "integration"
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)