Skip to content

Commit

Permalink
create depandabot action
Browse files Browse the repository at this point in the history
  • Loading branch information
henriettelienrebnor committed Feb 7, 2025
1 parent 191641b commit 0d6392f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/depandabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"

- package-ecosystem: "pip"
directory: "/cli/chex/"
target-branch: "main"
labels:
- "Pip deps"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"

- package-ecosystem: "nuget"
directory: "/client/Boundaries/"
target-branch: "main"
labels:
- "nuget deps"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"

- package-ecosystem: "npm"
directory: "/www/"
target-branch: "main"
labels:
- "npm deps"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"

0 comments on commit 0d6392f

Please sign in to comment.