diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-01-11 17:23:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 17:23:42 +0100 |
| commit | 33b9f1d73210c50fdc944c93cf87cebf45bd0cf5 (patch) | |
| tree | 774d9d259b7accb4910baf37cfc114c5c40175ad /.github/dependabot.yml | |
| parent | e0150bbd81c6f1f53f041882942786747894e9f0 (diff) | |
| parent | d0515c3a1fd21b82a595b717678cc85f7ba123b8 (diff) | |
merge: Update to Kotlin 1.6.10
This pull request updates the OpenDC codebase to use Kotlin 1.6.10 for building the project.
* Update to Kotlin 1.6.10
* Update build dependencies to their latest version
* Update project dependencies to their latest version where possible.
* Add Dependabot configuration
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..2c932a9d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"
\ No newline at end of file |
