Skip to content

Commit

Permalink
ci(dependabot): remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw authored Oct 10, 2023
1 parent a807330 commit bb418ff
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
time: "18:00"
timezone: "Asia/Singapore"
interval: weekly
time: '18:00'
timezone: Asia/Singapore
groups:
dependencies:
patterns: ["*"]
patterns: ['*']

- package-ecosystem: "pip"
directory: "/"
- package-ecosystem: pip
directory: /
schedule:
interval: "daily"
time: "18:00"
timezone: "Asia/Singapore"
interval: daily
time: '18:00'
timezone: Asia/Singapore
groups:
dependencies:
patterns: ["*"]
patterns: ['*']

0 comments on commit bb418ff

Please sign in to comment.