diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe5864f..4a09a3e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,13 @@ updates: schedule: interval: daily time: "03:00" + groups: + dev-dependencies: + dependency-type: "development" + minor-changes: + update-types: + - "minor" + - "patch" open-pull-requests-limit: 10 assignees: - slowli diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1085a4..a2682d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,8 @@ jobs: - build if: github.event_name == 'push' runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd6370..75e0e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) ## [Unreleased] +### Internal improvements + +- Update demo web page to use newer version of Bootstrap; get rid of jQuery. + ## 0.2.1 - 2022-09-27 ### Fixed diff --git a/examples/demo.html b/examples/demo.html index dc85111..4495d41 100644 --- a/examples/demo.html +++ b/examples/demo.html @@ -7,7 +7,7 @@