MilesCranmer commited on
Commit
103c86f
1 Parent(s): f5811bc

Create dependabot.yml

Browse files
Files changed (1) hide show
  1. .github/dependabot.yml +16 -0
.github/dependabot.yml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
+
3
+ version: 2
4
+ updates:
5
+
6
+ - package-ecosystem: "pip" # See documentation for possible values
7
+ directory: "/" # Location of package manifests
8
+ schedule:
9
+ interval: "daily"
10
+
11
+ - package-ecosystem: "github-actions"
12
+ # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
13
+ directory: "/"
14
+ schedule:
15
+ # Check for updates to GitHub Actions every weekday
16
+ interval: "daily"