We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2f510 commit d0b51e5Copy full SHA for d0b51e5
.github/dependabot.yml
@@ -4,11 +4,12 @@
4
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
6
version: 2
7
+enable-beta-ecosystems: true # Can remove after dependabot update :))
8
updates:
-# - package-ecosystem: "pip" # See documentation for possible values
9
-# directory: "/packages" # Location of package manifests
10
-# schedule:
11
-# interval: "weekly"
+ - package-ecosystem: "conda"
+ directory: "/"
+ schedule:
12
+ interval: "weekly"
13
14
- package-ecosystem: "github-actions" # See documentation for possible values
15
directory: "/" # Location of package manifests
0 commit comments