Skip to content

Commit

Permalink
Merge pull request #211 from jmesnil/dependabot
Browse files Browse the repository at this point in the history
Add dependabot to update GitHub actions
  • Loading branch information
jmesnil authored Sep 26, 2024
2 parents b12777b + f37ff5e commit 40a1652
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 55 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
53 changes: 0 additions & 53 deletions .github/workflows/publish-26x-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: Build and push WildFly Docker images

on:
push:
tags-ignore:
- "26*"
tags:
- "*"

jobs:
image:
Expand Down

0 comments on commit 40a1652

Please sign in to comment.