Skip to content

Commit a6fcf5d

Browse files
authored
Merge pull request #432 from fortran-lang/feature/gh-actions-dependabot
Adds GitHub Actions environment to dependabot
2 parents 563fa7c + b44c9b2 commit a6fcf5d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ updates:
1313
- 'gnikit'
1414
reviewers:
1515
- 'gnikit'
16+
17+
- package-ecosystem: 'github-actions'
18+
directory: '/'
19+
schedule:
20+
interval: 'daily'
21+
assignees:
22+
- 'gnikit'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4141

4242
### Added
4343

44+
- Added GitHub Actions environment to dependabot
4445
- Adds support for Intel (ifort) and LLVM (flang) compilers
4546
([#291](https://github.com/krvajal/vscode-fortran-support/issues/291))
4647
- Adds native support for the fortran-language-server (`fortls`) making

0 commit comments

Comments
 (0)