Skip to content

Commit

Permalink
[ci] move file to .github/dependabot.yml
Browse files Browse the repository at this point in the history
move from .github/workflows/dependabot.yml;
dependabot.yml does not contain 'on:' event trigger
  • Loading branch information
gstrauss committed Dec 12, 2024
1 parent 896a2a8 commit 154df56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dependabot.yml → .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: dependabot

version: 2
updates:
- package-ecosystem: "github-actions"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
pull_request:
types: [ opened, reopened, synchronize ]
branches:
- master
push:
Expand Down

0 comments on commit 154df56

Please sign in to comment.