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 513391e commit 017bc43Copy full SHA for 017bc43
.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