Skip to content

Commit

Permalink
Update dependabot given recent OSS changes (#14726)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Jul 24, 2024
1 parent 262433c commit 96fc957
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ updates:
directory: "/"
schedule:
interval: "daily"
labels: ["maintenance"]
labels: ["development"]

- package-ecosystem: "npm"
directory: '/ui/'
schedule:
interval: "weekly"
labels: ["ui", "maintenance"]
labels: ["ui", "development"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels: ["maintenance"]
labels: ["development"]

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
labels: ["maintenance"]
labels: ["development"]

# Check for Python updates in v1
# Check for Python updates in v2
- package-ecosystem: "pip"
target-branch: "1.x"
target-branch: "2.x"
directory: "/"
schedule:
interval: "daily"
labels: ["maintenance", "v1"]
labels: ["development", "2.x"]

0 comments on commit 96fc957

Please sign in to comment.