mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 09:06:20 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18020f3bc8 | ||
| 7a42ead179 | |||
| 1d9d14f1ed | |||
| cc7d78a47a | |||
|
|
fe3bcffa24 | ||
|
|
b01368182f |
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: pypi
|
environment: pypi
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
|||||||
8
.github/workflows/quality.yaml
vendored
8
.github/workflows/quality.yaml
vendored
@@ -9,9 +9,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Setup Copywrite
|
- name: Setup Copywrite
|
||||||
uses: hashicorp/setup-copywrite@5e3e8a26d7b9f8a508848ad0a069dfd2f7aa5339
|
uses: hashicorp/setup-copywrite@32f9f1c86f661b8a51100768976a06f1b281a035
|
||||||
- name: Check Header Compliance
|
- name: Check Header Compliance
|
||||||
run: copywrite headers --plan --config .copywrite.hcl
|
run: copywrite headers --plan --config .copywrite.hcl
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
name: "Python 3.13"
|
name: "Python 3.13"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: "Install uv"
|
- name: "Install uv"
|
||||||
uses: astral-sh/setup-uv@v6
|
uses: astral-sh/setup-uv@v6
|
||||||
|
|||||||
@@ -1,25 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": [
|
||||||
"baseBranches": ["master"],
|
"local>nicebots-xyz/renovate-config",
|
||||||
"labels": ["deps"],
|
":semanticPrefixFixDepsChoreOthers",
|
||||||
"ignorePaths": ["requirements.txt"],
|
":dependencyDashboard"
|
||||||
"commitMessagePrefix": "⬆️",
|
],
|
||||||
"commitMessageAction": "Upgrade",
|
"git-submodules": {
|
||||||
"packageRules": [
|
"enabled": true
|
||||||
{
|
|
||||||
"updateTypes": ["pin"],
|
|
||||||
"commitMessagePrefix": "📌",
|
|
||||||
"commitMessageAction": "Pin"
|
|
||||||
},
|
},
|
||||||
{
|
"forkProcessing": "enabled",
|
||||||
"updateTypes": ["rollback"],
|
"baseBranchPatterns": [
|
||||||
"commitMessagePrefix": "⬇️",
|
"master"
|
||||||
"commitMessageAction": "Downgrade"
|
],
|
||||||
},
|
"lockFileMaintenance": {
|
||||||
{
|
"enabled": true
|
||||||
"matchDatasources": ["pypi"],
|
|
||||||
"addLabels": ["pypi"]
|
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule src/dismoji/raw updated: 079afc968f...78764682b8
Reference in New Issue
Block a user