Skip to content

Commit e1051c3

Browse files
authored
Merge branch 'main' into feat/new-base
2 parents 5894f63 + f2247b8 commit e1051c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1254
-1473
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dependabot.yml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
1+
# dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
22
#
33
# Notes:
44
# - Status and logs from dependabot are provided at
@@ -9,8 +9,9 @@ version: 2
99
updates:
1010
# Maintain dependencies in our GitHub Workflows
1111
- package-ecosystem: github-actions
12-
directory: "/" # This should be / rather than .github/workflows
12+
directory: /
13+
labels: [ci]
1314
schedule:
14-
interval: weekly
15+
interval: monthly
1516
time: "05:00"
16-
timezone: "Etc/UTC"
17+
timezone: Etc/UTC

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# https://github.com/docker/build-push-action
4040
- name: Build Docker image
41-
uses: docker/build-push-action@v3
41+
uses: docker/build-push-action@v4
4242
with:
4343
context: .
4444
tags: jupyter/repo2docker:pr

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# all previous steps always run in order to exercise them
5858
- name: Publish distribution to PyPI
5959
if: startsWith(github.ref, 'refs/tags')
60-
uses: pypa/gh-action-pypi-publish@v1.6.4
60+
uses: pypa/gh-action-pypi-publish@release/v1
6161
with:
6262
password: ${{ secrets.PYPI_PASSWORD }}
6363

@@ -124,7 +124,7 @@ jobs:
124124
echo "TAGS=$TAGS" >> $GITHUB_ENV
125125
126126
- name: Build and push repo2docker
127-
uses: docker/build-push-action@v3
127+
uses: docker/build-push-action@v4
128128
with:
129129
context: .
130130
platforms: linux/amd64,linux/arm64

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.3.1
14+
rev: v3.4.0
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -23,7 +23,7 @@ repos:
2323

2424
# Autoformat: Python code
2525
- repo: https://github.com/psf/black
26-
rev: 23.1.0
26+
rev: 23.3.0
2727
hooks:
2828
- id: black
2929
args:
@@ -44,7 +44,7 @@ repos:
4444

4545
# Autoformat: markdown
4646
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v3.0.0-alpha.6
47+
rev: v3.0.0-alpha.9-for-vscode
4848
hooks:
4949
- id: prettier
5050
files: ".md"

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The ``repo2docker`` changelog has been moved. It can be viewed online at https://repo2docker.readthedocs.io/en/latest/changelog.html. In the ``repo2docker`` repository, the changelog is located at ``docs/source/changelog.rst``.
1+
The ``repo2docker`` changelog has been moved. It can be viewed online at https://repo2docker.readthedocs.io/en/latest/changelog.html. In the ``repo2docker`` repository, the changelog is located at ``docs/source/changelog.md``.

docs/source/changelog.md

Lines changed: 459 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)