mirror of
https://github.com/fjosw/pyerrors.git
synced 2026-08-04 11:31:21 +02:00
[ci] Update action versions, add permissions and dependebot, speed up examples
This commit is contained in:
parent
8a39a951d1
commit
bbc5f7814e
7 changed files with 45 additions and 4 deletions
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: monday
|
||||
groups:
|
||||
# Batch all action bumps into a single PR to keep the noise down.
|
||||
actions:
|
||||
patterns:
|
||||
- "*"
|
||||
commit-message:
|
||||
prefix: "[ci]"
|
||||
Loading…
Add table
Add a link
Reference in a new issue