Skip to content

Commit

Permalink
build: update API URLs to use HTTPS and modify configuration files
Browse files Browse the repository at this point in the history
ci: ignore updates for 1.49.1 playwright docker image
  • Loading branch information
Nicconike committed Jan 28, 2025
1 parent 8f7efb9 commit 39527ee
Show file tree
Hide file tree
Showing 17 changed files with 440 additions and 458 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ updates:
- dependabot
- docker
rebase-strategy: auto
ignore:
- dependency-name: "playwright/python"
versions:
- "1.49.1"
open-pull-requests-limit: 10
groups:
docker:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
issues: write
pull-requests: write
outputs:
new_release_version: ${{ steps.semantic.outputs.version }}
new_release_version: ${{ steps.semantic.outputs.new_release_version }}
steps:
- name: GitHub App Token
uses: actions/create-github-app-token@v1
Expand Down Expand Up @@ -73,12 +73,14 @@ jobs:
uses: python-semantic-release/python-semantic-release@v9.17.0
with:
github_token: ${{ steps.app-token.outputs.token }}
env:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring

docker:
name: Docker
runs-on: ubuntu-latest
needs: release
if: needs.release.outputs.new_release_version != '' || github.event_name == 'release'
if: needs.release.outputs.new_release_version != ''
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@ cython_debug/
# Vercel
vercel.txt
.vercel

# pytest configuration
pytest.ini
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
![Docker Pulls](https://img.shields.io/docker/pulls/nicconike/steam-stats?logo=docker&label=Docker%20Pulls&link=https%3A%2F%2Fhub.docker.com%2Fr%2Fnicconike%2Fsteam-stats)
![GitHub Release](https://img.shields.io/github/v/release/nicconike/steam-stats)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fgithub.com%2FNicconike%2FSteam-Stats%2Fblob%2Fmaster%2Fpyproject.toml%3Fraw%3Dtrue)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9965/badge)](https://www.bestpractices.dev/projects/9965)
![GitHub License](https://img.shields.io/github/license/nicconike/Steam-Stats)
[![wakatime](https://wakatime.com/badge/user/018e538b-3f55-4e8e-95fa-6c3225418eed/project/018e62a4-056d-49fd-babd-b079ee94859f.svg)](https://wakatime.com/badge/user/018e538b-3f55-4e8e-95fa-6c3225418eed/project/018e62a4-056d-49fd-babd-b079ee94859f)
[![Visitor Badge](https://badges.pufler.dev/visits/nicconike/steam-stats)](https://badges.pufler.dev)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9965/badge)](https://www.bestpractices.dev/projects/9965)
[![wakatime](https://wakatime.com/badge/user/018e538b-3f55-4e8e-95fa-6c3225418eed/project/018e62a4-056d-49fd-babd-b079ee94859f.svg)](https://wakatime.com/badge/user/018e538b-3f55-4e8e-95fa-6c3225418eed/project/018e62a4-056d-49fd-babd-b079ee94859f)

> ### From one Passionate Gamer and Developer to Another 🍻
***
Expand Down
Loading

0 comments on commit 39527ee

Please sign in to comment.