Skip to content

Commit

Permalink
Merge pull request #500 from Disper/dependabot_migrator
Browse files Browse the repository at this point in the history
configures dependabot for runtime-migrator app
  • Loading branch information
kyma-bot authored Nov 21, 2024
2 parents 41d05dd + 690dc40 commit 8cada94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
directories:
- "/" # Location of package manifests
- "/hack/runtime-migrator"
schedule:
interval: "weekly"

0 comments on commit 8cada94

Please sign in to comment.