Skip to content

Commit

Permalink
Merge pull request #706 from osrf/attempt_to_get_dependabot_working_a…
Browse files Browse the repository at this point in the history
…gain

attempt to fix dependabot docker version fix
  • Loading branch information
mikaelarguedas authored Jan 2, 2024
2 parents f90e7e8 + 471b7b3 commit 95caafc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/ros2"
directory: "/ros2/source/devel"
schedule:
interval: "daily"
commit-message:
prefix: "🐳"
- package-ecosystem: "docker"
directory: "/ros2/testing/testing"
schedule:
interval: "daily"
commit-message:
prefix: "🐳"
- package-ecosystem: "docker"
directory: "/ros2/nightly/nightly"
schedule:
interval: "daily"
commit-message:
Expand Down

0 comments on commit 95caafc

Please sign in to comment.