Skip to content

Commit

Permalink
Enable dependabot (#2899)
Browse files Browse the repository at this point in the history
Resolves: #2714

Co-authored-by: Ted Kaminski <tedinski@amazon.com>
  • Loading branch information
tautschnig and tedinski committed Nov 28, 2023
1 parent d371148 commit 2288e46
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
cargo:
update-types:
- "minor"
- "patch"

0 comments on commit 2288e46

Please sign in to comment.