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.
2 parents 513391e + af32e70 commit 05850c5Copy full SHA for 05850c5
.github/dependabot.yml
@@ -4,3 +4,9 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "daily"
7
+
8
+# Check for updates Python updates via pip in case we pin a dependency
9
+- package-ecosystem: "pip"
10
+ directory: "/"
11
+ schedule:
12
+ interval: "weekly"
CHANGELOG.md
@@ -6,6 +6,8 @@
### Added
+- Added dependabot alers for PyPi
+ ([#222](https://github.com/gnikit/fortls/issues/222))
- Added `CITATION.cff` file to project roots
13
### Changed
0 commit comments