Skip to content

Commit

Permalink
fixed pipeline and added dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
t0m3kz committed Feb 19, 2025
1 parent 358cf56 commit 9d1261b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

---
# yamllint disable rule:truthy
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
target-branch: main
labels:
- "patch"
groups:
all:
patterns:
- "*"
5 changes: 0 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
name: execution_logs
path: |
*.log
- name: Rollback config
continue-on-error: true
if: ${{ failure() && steps.implement.conclusion == 'failure' }}
run: |
echo "Rolling back config"
- name: Checkout wiki documentation
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/checkout@v3
Expand Down

0 comments on commit 9d1261b

Please sign in to comment.