Skip to content

Commit

Permalink
place dependabot registries per updates
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 4, 2023
1 parent 4f84ee2 commit 46a3b34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
registries: "*"
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
registries: "*"
target-branch: "develop"
allow:
- dependency-type: direct
Expand All @@ -19,6 +19,7 @@ updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
registries: "*"
target-branch: "develop"
allow:
- dependency-type: direct
Expand All @@ -42,6 +43,7 @@ updates:
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
registries: "*"
target-branch: "develop"
schedule:
interval: "daily"
Expand Down

0 comments on commit 46a3b34

Please sign in to comment.