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 563fa7c + b44c9b2 commit a6fcf5dCopy full SHA for a6fcf5d
.github/dependabot.yml
@@ -13,3 +13,10 @@ updates:
13
- 'gnikit'
14
reviewers:
15
16
+
17
+ - package-ecosystem: 'github-actions'
18
+ directory: '/'
19
+ schedule:
20
+ interval: 'daily'
21
+ assignees:
22
+ - 'gnikit'
CHANGELOG.md
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
41
42
### Added
43
44
+- Added GitHub Actions environment to dependabot
45
- Adds support for Intel (ifort) and LLVM (flang) compilers
46
([#291](https://github.com/krvajal/vscode-fortran-support/issues/291))
47
- Adds native support for the fortran-language-server (`fortls`) making
0 commit comments