Skip to content

Commit 321da96

Browse files
kellearjunsavel
andauthored
Create dependabot.yml (#156)
* Create dependabot.yml * Update .github/dependabot.yml Co-authored-by: Kelle Cruz <[email protected]> * Update .github/dependabot.yml * add github actions --------- Co-authored-by: Arjun Savel <[email protected]>
1 parent 3febed3 commit 321da96

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+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "pip" # See documentation for possible values
7+
directory: "/" # Location of package manifests
8+
schedule:
9+
interval: "weekly"
10+
labels:
11+
- "packaging"
12+
13+
# Set update schedule for GitHub Actions
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
# Check for updates to GitHub Actions every week
18+
interval: "weekly"
19+
labels:
20+
- "packaging"
21+

0 commit comments

Comments
 (0)