Skip to content

Commit

Permalink
ci: enable python dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Mar 24, 2024
1 parent d95a7e7 commit 113df8a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ updates:
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]

# # Maintain dependencies for pip.
# - package-ecosystem: "pip"
# directory: "/panda_gazebo"
# schedule:
# interval: "weekly"
# ignore:
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]
# Maintain dependencies for pip.
- package-ecosystem: "pip"
directory: "/panda_gazebo"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit 113df8a

Please sign in to comment.