Skip to content

Commit

Permalink
Increase interval for dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Nov 3, 2021
1 parent 19bc644 commit e385379
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "daily"
interval: "monthly"

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "docker"
directory: "/web"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit e385379

Please # to comment.