mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-10-11 11:56:17 +00:00
Compare commits
3 Commits
NormannK-p
...
NormannK-p
Author | SHA1 | Date | |
---|---|---|---|
|
447f7d05be | ||
|
c72051a08e | ||
|
60bd320fbc |
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -5,7 +5,16 @@
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
# Update dependencies on the main branch
|
||||
- package-ecosystem: "pip" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
target-branch: "main" # Target the main branch
|
||||
|
||||
# Update dependencies on the feature/config-nested branch
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
target-branch: "feature/config-nested" # Target the specific feature branch
|
||||
|
@@ -2,7 +2,7 @@
|
||||
gitpython==3.1.44
|
||||
linkify-it-py==2.0.3
|
||||
myst-parser==4.0.1
|
||||
sphinx==8.1.3
|
||||
sphinx==8.2.3
|
||||
sphinx_rtd_theme==3.0.2
|
||||
sphinx-tabs==3.4.7
|
||||
pytest==8.3.5
|
||||
|
Reference in New Issue
Block a user