summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..30fd0aa
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,34 @@
+# Basic set up for three package managers
+
+version: 2
+updates:
+ # Maintain dependencies for Python
+ # Dependabot supports updates to pyproject.toml files
+ # if they follow the PEP 621 standard.
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ reviewers:
+ - "titom73"
+ - "gmuloc"
+ - "mtache"
+ - "carl-baillargeon"
+ labels:
+ - 'dependencies'
+ pull-request-branch-name:
+ separator: "/"
+ commit-message:
+ prefix: "chore: "
+ # Maintain dependencies for GitHub Actions
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ reviewers:
+ - "titom73"
+ - "gmuloc"
+ labels:
+ - 'CI'
+ commit-message:
+ prefix: "ci: " \ No newline at end of file