git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
218ce3c
)
Add dependabot for pip and action updates
author
XhmikosR
<redacted>
Sat, 12 Mar 2022 08:16:14 +0000
(10:16 +0200)
committer
XhmikosR
<redacted>
Sat, 12 Mar 2022 08:16:37 +0000
(10:16 +0200)
.github/dependabot.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/dependabot.yml
b/.github/dependabot.yml
new file mode 100644
(file)
index 0000000..
6cbe933
--- /dev/null
+++ b/
.github/dependabot.yml
@@ -0,0
+1,17
@@
+version: 2
+updates:
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: weekly
+ labels:
+ - dependencies
+ - python
+ versioning-strategy: increase
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: monthly
+ labels:
+ - dependencies
+ - github_actions
git clone https://git.99rst.org/PROJECT