Skip to content

Commit 10fc465

Browse files
committed
🛂 Add token to Dependabot config
1 parent d9e9e84 commit 10fc465

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
version: 2
2+
registries:
3+
ghcr:
4+
type: docker-registry
5+
url: ghcr.io
6+
username: ChildMindInstituteCNL
7+
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}
28
updates:
39
- package-ecosystem: "github-actions"
410
directory: /
@@ -8,6 +14,9 @@ updates:
814
groups:
915
all-actions:
1016
patterns: [ "*" ]
17+
target-branch: develop
18+
registries:
19+
- ghcr
1120
- package-ecosystem: pip
1221
directory: /
1322
schedule:
@@ -18,3 +27,5 @@ updates:
1827
development dependencies:
1928
dependency-type: development
2029
target-branch: develop
30+
registries:
31+
- ghcr

0 commit comments

Comments
 (0)