Skip to content

Commit 0ae4c01

Browse files
committed
added a dependabot to check for updates on pip packages and github actions
1 parent 7add64a commit 0ae4c01

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
8+
updates:
9+
10+
# Maintain dependencies for GitHub Actions.
11+
# Dependabot will raise pull requests
12+
# for version updates for any outdated actions that it finds.
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
day: "sunday"
18+
19+
# Maintain dependencies for python packages.
20+
# Dependabot will raise pull requests
21+
# for version updates for any outdated package that it finds.
22+
- package-ecosystem: "pip"
23+
directory: "/"
24+
schedule:
25+
interval: "weekly"
26+

0 commit comments

Comments
 (0)