Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Jun 5, 2024
1 parent e25b20b commit 3197f5e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"git-submodules": {
"enabled": true
},
"platformAutomerge": true,
"automergeStrategy": "squash"
}
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ Click `Use this template` button to copy this repository.
See also:

- [template-juliabook-matrix](https://github.com/ww-jl/template-juliabook-matrix) : Dynamic parallel matrix runs notebooks concurrently and [jupyter-book][] builds the website.

[quarto]: https://quarto.org
-
[jupyter-book]: https://jupyterbook.org
[Literate.jl]: https://github.com/fredrikekre/Literate.jl
[mkdocs-material]: https://squidfunk.github.io/mkdocs-material

## Notebook execution and publish via continuous integration (CI)

Expand All @@ -21,11 +18,11 @@ Open your repository settings => Pages => GitHub Pages => Build and deployment =

## Automatic dependency updates

### Dependabot and Kodiak Bot
### Renovate and Kodiak Bot

See [dependabot.yml](.github/dependabot.yml) configuration.
See [renovate.json](.github/renovate.json) for [Renovate Bot](https://docs.renovatebot.com/) configuration.

This repository also uses [Kodiak Bot](https://kodiakhq.com/docs/quickstart) to automatically merge updates. You might need to enable the Kodiak Bot APP.
This repository also uses [Kodiak Bot](https://kodiakhq.com/docs/quickstart) to automatically merge updates.

### Julia dependencies

Expand Down

0 comments on commit 3197f5e

Please sign in to comment.