Skip to content

Commit

Permalink
Update dependabot.yml (#378)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* Update dependabot.yml
  • Loading branch information
loleg authored Oct 18, 2023
1 parent e2c3d23 commit a658b13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
version: 2
updates:

# Maintain dependencies for Go
- package-ecosystem: "gomod"
directory: "/"
target-branch: "preprod"
schedule:
interval: "weekly"

# Maintain dependencies for JS
- package-ecosystem: "npm"
directory: "/ui/"
target-branch: "preprod"
schedule:
interval: "weekly"

0 comments on commit a658b13

Please sign in to comment.