Skip to content

Commit

Permalink
ci: dependabot add at_root_server with pub checker
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Sep 21, 2023
1 parent 8971bcf commit b0b8e76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ updates:
- package-ecosystem: "docker"
directory: "/tools/build_virtual_environment/ve_base"
schedule:
interval: "daily"
interval: "daily"
- package-ecosystem: "docker"
directory: "/packages/at_root_server"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/packages/at_root_server"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/packages/at_secondary_server"
schedule:
Expand All @@ -30,4 +34,3 @@ updates:
directory: "/tools" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit b0b8e76

Please sign in to comment.