Skip to content

Commit

Permalink
Chore: Update dependencies.yaml triggers (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
  • Loading branch information
ModeSevenIndustrialSolutions authored Oct 24, 2024
1 parent ca05824 commit 86680cd
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 The Linux Foundation <https://linuxfoundation.org>

name: "♻️ Update Dependencies"
name: "♻️ [D] Update Dependencies"

# yamllint disable-line rule:truthy
on:
workflow_dispatch:
schedule:
- cron: "0 8 1 * *"
push:
branches:
- "**"
- "!update-devops-tooling"
- "!**/update-pdm-lock"
# push:
# branches:
# - "**"
# - "!update-devops-tooling"
# - "!**/update-pdm-lock"

env:
python-version: 3.11

jobs:
repository:
Expand Down Expand Up @@ -44,6 +47,8 @@ jobs:

- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}

- name: "Update Python dependencies"
uses: pdm-project/update-deps-action@v1.9
Expand Down

0 comments on commit 86680cd

Please sign in to comment.