Skip to content

Commit

Permalink
Merge pull request #5 from os-climate/update-devops-tooling
Browse files Browse the repository at this point in the history
Chore: Update DevOps tooling from central repository [skip ci]
  • Loading branch information
ModeSevenIndustrialSolutions authored Jun 3, 2024
2 parents 2a82cfc + cd1d8ef commit f4b7225
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ updates:
directory: "/" # Location of package manifests
commit-message:
prefix: "[dependabot] Chore:"
open-pull-requests-limit: 1
open-pull-requests-limit: 3
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "[dependabot] Chore:"
open-pull-requests-limit: 3
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "Publish documentation"
if: success()
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Temporary devops repo
.devops
/.devops

# Twine temporary files
package-lock.json
Expand Down Expand Up @@ -103,8 +103,8 @@ instance/
docs/_build/

# PyBuilder
.pybuilder/
target/
/.pybuilder/
/target/

# Jupyter Notebook
.ipynb_checkpoints
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.41.0
hooks:
- id: markdownlint
args: ["--fix"]
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.6.27.13
rev: v1.7.0.14
hooks:
- id: actionlint

Expand All @@ -131,7 +131,7 @@ repos:
additional_dependencies: ["pytest", "types-requests"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.5
hooks:
- id: ruff
files: ^(scripts|tests|custom_components)/.+\.py$
Expand Down

0 comments on commit f4b7225

Please sign in to comment.