Skip to content

Commit 2288e46

Browse files
tautschnigtedinski
andauthored
Enable dependabot (rust-lang#2899)
Resolves: rust-lang#2714 Co-authored-by: Ted Kaminski <[email protected]>
1 parent d371148 commit 2288e46

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright Kani Contributors
2+
# SPDX-License-Identifier: Apache-2.0 OR MIT
3+
4+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "cargo"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
groups:
18+
cargo:
19+
update-types:
20+
- "minor"
21+
- "patch"

0 commit comments

Comments
 (0)