Skip to content

Commit

Permalink
make dependabot monthly
Browse files Browse the repository at this point in the history
Signed-off-by: Shyam Jesal <[email protected]>
  • Loading branch information
shyamjesal committed Jul 27, 2023
1 parent dde081a commit 2257d24
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,63 +11,63 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/benchmarks/aes"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/benchmarks/hotel-app"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/benchmarks/chained-function-serving"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/benchmarks/chained-function-eventing"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/utils/tracing/go"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/tools/invoker"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/tools/deployer"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]
Expand All @@ -77,4 +77,4 @@ updates:
# Look for `.github/workflows` in the `root` directory
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit 2257d24

Please sign in to comment.