Skip to content

Commit

Permalink
Standardise quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Feb 26, 2024
1 parent 432d5c8 commit fdeaed7
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 @@ -5,22 +5,22 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
target-branch: 'develop'
directory: '/'
- package-ecosystem: "github-actions"
target-branch: "develop"
directory: "/"
schedule:
interval: 'weekly'
interval: "weekly"
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-patch

# Maintain dependencies for NPM
- package-ecosystem: 'npm'
target-branch: 'develop'
directory: '/'
- package-ecosystem: "npm"
target-branch: "develop"
directory: "/"
schedule:
interval: 'weekly'
interval: "weekly"
ignore:
- dependency-name: "*"
update-types:
Expand Down

0 comments on commit fdeaed7

Please sign in to comment.