Skip to content

Commit

Permalink
chore(deps): bump node from 22.10.0-slim to 22.11.0-slim in /.dev/auth (
Browse files Browse the repository at this point in the history
#856)

* chore(deps): bump node from 22.10.0-slim to 22.11.0-slim in /.dev/auth

Bumps node from 22.10.0-slim to 22.11.0-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* ignore

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Scott <[email protected]>
  • Loading branch information
dependabot[bot] and jcscottiii authored Nov 5, 2024
1 parent 965af23 commit ce9629f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:22.10.0-slim
FROM node:22.11.0-slim
# FIREBASE_CLI_VERSION from https://github.com/firebase/firebase-tools/releases
ARG FIREBASE_CLI_VERSION=13.20.1
# Workaround for https://github.com/firebase/firebase-tools/issues/6931 is to install via npm
Expand Down
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ updates:
directory: '/.dev/auth'
schedule:
interval: 'weekly'
ignore:
- dependency-name: 'node'
versions:
- '>=23'
- '<24'

# Terraform
- package-ecosystem: 'terraform'
Expand Down

0 comments on commit ce9629f

Please sign in to comment.