mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-07-12 19:03:54 +00:00
Apply pinning to GitHub Actions
This commit is contained in:
parent
bafaa638b9
commit
4a4b48b013
4 changed files with 27 additions and 2 deletions
16
.github/dependabot.yml
vendored
Normal file
16
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: 2
|
||||
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
cooldown:
|
||||
default-days: 7
|
||||
groups:
|
||||
actions:
|
||||
patterns: ["*"]
|
||||
ignore:
|
||||
- dependency-name: "DeterminateSystems/*"
|
||||
commit-message:
|
||||
prefix: ci
|
||||
Loading…
Add table
Add a link
Reference in a new issue