Skip to content

Commit

Permalink
Having only one set of Dependabot rules (#3107)
Browse files Browse the repository at this point in the history
I believe we do not need to separate by directory anymore.
  • Loading branch information
germa89 authored May 31, 2024
1 parent 454f23b commit 56cb7fc
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,61 +88,3 @@ updates:
jupyter:
patterns:
- "ipywidgets"


- directory: "/.devcontainer" # Location of package manifests
package-ecosystem: "pip" # See documentation for possible values
insecure-external-code-execution: allow
schedule:
interval: "weekly"
day: "friday"
time: "00:00"
labels:
- "Maintenance"
- "Dependencies"
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
groups:
all:
patterns:
- *

- directory: "/.devcontainer/codespaces-docs" # Location of package manifests
package-ecosystem: "pip" # See documentation for possible values
insecure-external-code-execution: allow
schedule:
interval: "weekly"
day: "friday"
time: "00:00"
labels:
- "Maintenance"
- "Dependencies"
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
groups:
all:
patterns:
- *

- directory: "/.devcontainer/devcontainer-local" # Location of package manifests
package-ecosystem: "pip" # See documentation for possible values
insecure-external-code-execution: allow
schedule:
interval: "weekly"
day: "friday"
time: "00:00"
labels:
- "Maintenance"
- "Dependencies"
assignees:
- "ansys/pymapdl-maintainers"
commit-message:
prefix: "MAINT"
groups:
all:
patterns:
- *

0 comments on commit 56cb7fc

Please sign in to comment.