Skip to content

Commit

Permalink
Merge branch 'develop' into xo-config-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 2, 2024
2 parents 2079ba5 + 7c3da05 commit 9d74d56
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
repositories: ['simple-icons/simple-icons'],
extends: [
'config:base',

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/potential-duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
for
from
state: all
threshold: 0.7
threshold: 0.8
comment: |
This issue is potentially a duplicate of one of the following issues:
{{#issues}}
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
Expand All @@ -18,6 +23,6 @@ jobs:
uses: renovatebot/github-action@v40.1.4
with:
configurationFile: .github/renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
token: ${{ steps.app-token.outputs.token }}
env:
LOG_LEVEL: debug
16 changes: 8 additions & 8 deletions _data/simple-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -8755,9 +8755,9 @@
},
{
"title": "Linux Foundation",
"hex": "003366",
"source": "https://www.linuxfoundation.org/en/about/brand/",
"guidelines": "https://www.linuxfoundation.org/en/about/brand/"
"hex": "003778",
"source": "https://www.linuxfoundation.org/brand-guidelines",
"guidelines": "https://www.linuxfoundation.org/brand-guidelines"
},
{
"title": "Linux Mint",
Expand Down Expand Up @@ -10472,9 +10472,9 @@
},
{
"title": "Node.js",
"hex": "339933",
"source": "https://nodejs.org/en/about/resources/",
"guidelines": "https://nodejs.org/en/about/resources/"
"hex": "5FA04E",
"source": "https://nodejs.org/en/about/branding",
"guidelines": "https://nodejs.org/en/about/branding"
},
{
"title": "Nodemon",
Expand Down Expand Up @@ -10915,8 +10915,8 @@
{
"title": "OpenSearch",
"hex": "005EB8",
"source": "https://opensearch.org/brand.html",
"guidelines": "https://opensearch.org/brand.html"
"source": "https://opensearch.org/trademark-brand-policy.html",
"guidelines": "https://opensearch.org/trademark-brand-policy.html"
},
{
"title": "OpenSSL",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
"version": "11.13.0",
"version": "11.14.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions slugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Aurelia` | `aurelia` |
| `Auth0` | `auth0` |
| `Authelia` | `authelia` |
| `Authentik` | `authentik` |
| `Authy` | `authy` |
| `AutoCAD` | `autocad` |
| `Autodesk` | `autodesk` |
Expand Down Expand Up @@ -1017,6 +1018,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Garmin` | `garmin` |
| `Gatling` | `gatling` |
| `Gatsby` | `gatsby` |
| `Gcore` | `gcore` |
| `GDAL` | `gdal` |
| `Géant` | `geant` |
| `GeeksforGeeks` | `geeksforgeeks` |
Expand Down Expand Up @@ -2590,6 +2592,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Starship` | `starship` |
| `STARZ` | `starz` |
| `Statamic` | `statamic` |
| `Statista` | `statista` |
| `Statuspage` | `statuspage` |
| `Statuspal` | `statuspal` |
| `Steam` | `steam` |
Expand Down Expand Up @@ -2755,6 +2758,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Tinder` | `tinder` |
| `Tindie` | `tindie` |
| `Tinkercad` | `tinkercad` |
| `tinygrad` | `tinygrad` |
| `TinyLetter` | `tinyletter` |
| `Tistory` | `tistory` |
| `tldraw` | `tldraw` |
Expand Down

0 comments on commit 9d74d56

Please sign in to comment.