Skip to content

Commit

Permalink
chore: remove quotes from dependabot updates (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Dec 5, 2022
1 parent b7cdaad commit e47f6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
@@ -1,13 +1,13 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
directory: /
schedule:
interval: daily
open-pull-requests-limit: 3
rebase-strategy: disabled
- package-ecosystem: gomod
directory: "/e2e"
directory: /e2e
schedule:
interval: daily
open-pull-requests-limit: 3
Expand Down

0 comments on commit e47f6c9

Please sign in to comment.