Skip to content

Commit

Permalink
prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed Nov 10, 2023
1 parent 91c1171 commit e050969
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: "daily"
time: "09:00"
timezone: "Australia/Sydney"
interval: 'daily'
time: '09:00'
timezone: 'Australia/Sydney'
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- dependency-name: '*'
update-types: ['version-update:semver-major']

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "daily"
time: "09:00"
timezone: "Australia/Sydney"
interval: 'daily'
time: '09:00'
timezone: 'Australia/Sydney'

- package-ecosystem: "npm"
directory: "/ui"
- package-ecosystem: 'npm'
directory: '/ui'
schedule:
interval: "daily"
time: "09:00"
timezone: "Australia/Sydney"
interval: 'daily'
time: '09:00'
timezone: 'Australia/Sydney'

- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: 'gomod'
directory: '/'
schedule:
interval: "daily"
time: "09:00"
timezone: "Australia/Sydney"
interval: 'daily'
time: '09:00'
timezone: 'Australia/Sydney'

0 comments on commit e050969

Please sign in to comment.